..
debug2html.c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 11:19:14 -05:00
debugparse.c
r20261: merge 20260 from samba_3_0_24
2007-10-10 12:16:37 -05:00
eventlogadm.c
r20261: merge 20260 from samba_3_0_24
2007-10-10 12:16:37 -05:00
log2pcaphex.c
r20261: merge 20260 from samba_3_0_24
2007-10-10 12:16:37 -05:00
net_ads_gpo.c
r21607: While committing I saw I had not newline terminated this string ...
2007-10-10 12:18:16 -05:00
net_ads.c
r22954: More messaging_register
2007-10-10 12:22:11 -05:00
net_cache.c
r18310: Add a little test for some gencache routines
2007-10-10 11:51:19 -05:00
net_conf.c
r22135: Check in most of Michael Adam's net conf utility. A good share of this patch
2007-10-10 12:19:16 -05:00
net_dns.c
r20428: Rename dns_open. This conflicts with the dns_open symbol in
2007-10-10 12:16:48 -05:00
net_domain.c
r21831: Back out r21823 for a while, this is going into a bzr tree first.
2007-10-10 12:18:37 -05:00
net_groupmap.c
r23323: merged ldb changes from 3.0.26
2007-10-10 12:23:06 -05:00
net_help.c
r23207: merge net help test fix from SAMBA_3_0_26
2007-10-10 12:22:54 -05:00
net_idmap.c
r20116: Start merging in the work done to create the new idmap subsystem.
2007-10-10 12:16:25 -05:00
net_lookup.c
r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc
2007-10-10 12:18:59 -05:00
net_rap.c
r22973: Apparently, 3.0.25 broke smb4k badly ;-)
2007-10-10 12:22:12 -05:00
net_rpc_audit.c
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
2007-10-10 11:18:48 -05:00
net_rpc_join.c
r21831: Back out r21823 for a while, this is going into a bzr tree first.
2007-10-10 12:18:37 -05:00
net_rpc_printer.c
r22932: Use the same symbol in sizeof and cast for talloc.
2007-10-10 12:22:10 -05:00
net_rpc_registry.c
r22747: Fix some C++ warnings
2007-10-10 12:21:54 -05:00
net_rpc_rights.c
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
2007-10-10 12:00:54 -05:00
net_rpc_samsync.c
r22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 12:19:49 -05:00
net_rpc_service.c
r23271: merge service control pidl change for CloseServiceHandle() from SAMBA_3_0_26
2007-10-10 12:23:01 -05:00
net_rpc_sh_acct.c
r13351: Fix copyright
2007-10-10 11:06:26 -05:00
net_rpc_shell.c
r16346: Allow to exit a "net rpc shell" with 'quit' or 'exit'.
2007-10-10 11:17:37 -05:00
net_rpc.c
r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_TEMPORARY and STYPE_HIDDEN
2007-10-10 12:22:04 -05:00
net_sam.c
r23323: merged ldb changes from 3.0.26
2007-10-10 12:23:06 -05:00
net_status.c
r23171: Convert connections.tdb to dbwrap
2007-10-10 12:22:52 -05:00
net_time.c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 11:19:14 -05:00
net_usershare.c
r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set the
2007-10-10 12:17:39 -05:00
net_util.c
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
2007-10-10 12:00:54 -05:00
net.c
r23379: Whitespace cosmetics, to reduce irritating diffs...
2007-10-10 12:23:11 -05:00
net.h
r22135: Check in most of Michael Adam's net conf utility. A good share of this patch
2007-10-10 12:19:16 -05:00
netlookup.c
r18271: Big change:
2007-10-10 11:51:18 -05:00
nmblookup.c
r13530: Fix from William Jojo for #1970 . Make nmblookup do
2007-10-10 11:10:10 -05:00
ntlm_auth_diagnostics.c
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
2007-10-10 12:22:01 -05:00
ntlm_auth.c
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
2007-10-10 12:22:01 -05:00
ntlm_auth.h
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
2007-10-10 10:52:55 -05:00
passwd_util.c
r13553: Fix all our warnings at -O6 on an x86_64 box.
2007-10-10 11:10:13 -05:00
pdbedit.c
r23005: If we're running on a system where time_t is 8 bytes
2007-10-10 12:22:13 -05:00
profiles.c
r21540: Fix Bug #3713 and readd reporting what the profiles tool does (when
2007-10-10 12:18:11 -05:00
rpccheck.c
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
2003-05-10 11:49:51 +00:00
sharesec.c
r21417: Janitor for Herb. Make sure sharesec.c is functionally
2007-10-10 12:18:03 -05:00
smbcacls.c
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / with \.
2007-10-10 12:22:14 -05:00
smbcontrol.c
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
2007-10-10 12:22:53 -05:00
smbcquotas.c
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / with \.
2007-10-10 12:22:14 -05:00
smbfilter.c
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
2007-10-10 11:06:18 -05:00
smbget.c
r20261: merge 20260 from samba_3_0_24
2007-10-10 12:16:37 -05:00
smbpasswd.c
r22071: Make the error message for incorrect use of '-c' show the parameter as used.
2007-10-10 12:19:09 -05:00
smbtree.c
r20832: Remove extra pointers previously added to unique [out] pointers. Instead,
2007-10-10 12:17:11 -05:00
smbw_sample.c
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
2007-10-10 11:06:18 -05:00
status_profile.c
r22900: Convert profile/ to messaging_send_pid/messaging_register
2007-10-10 12:22:05 -05:00
status.c
r23223: Convert a leftover direct tdb access to sessionid.tdb
2007-10-10 12:22:56 -05:00
testparm.c
r15549: removing rhosts and 'hosts equiv' authentication features
2007-10-10 11:16:58 -05:00