From Elrond@Wunder-Nett.org Sun Mar 19 06:35:04 2000
authorLuke Leighton <lkcl@samba.org>
Sat, 18 Mar 2000 19:48:50 +0000 (19:48 +0000)
committerLuke Leighton <lkcl@samba.org>
Sat, 18 Mar 2000 19:48:50 +0000 (19:48 +0000)
commit6eeeb0cbbfe90436acd2e63898563ca0375f7a08
tree24a60f6776e82cd6c2bb6daba6c69afa98d95dd6
parentb6258c8717165483f41a17e4a338c77599397f55
From Elrond@Wunder-Nett.org Sun Mar 19 06:35:04 2000
Date: Sat, 18 Mar 2000 19:15:56 +0100
From: Elrond <Elrond@Wunder-Nett.org>
To: Luke Kenneth Casson Leighton <lkcl@samba.org>
Subject: more merge

- re-indented some code by hand and later verified, that
  indent will not change it. (indent sometimes does crap:
if (! some_function
    (arg1, arg2, arg3))
  instead of:
   if (! some_function(arg1, arg2,
       arg3))
- merged a bit more of lib/time.c
- replaced Realloc(NULL, ... and malloc() all over the
  place with nicer g_new().

    Elrond
19 files changed:
source/.indent.pro
source/Makefile.in
source/include/lib_smb_proto.h
source/include/proto.h
source/include/rpc_client_proto.h
source/include/winbindd_proto.h
source/lib/cmd_interp.c
source/lib/debug.c
source/lib/sids.c
source/lib/time.c
source/lib/util.c
source/lsarpcd/srv_lsa_samdb.c
source/rpc_client/cli_connect.c
source/rpc_client/cli_lsarpc.c
source/rpc_client/msrpc_lsarpc.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_pipe_hnd.c
source/samrd/srv_samr_passdb.c
source/web/swat.c