samba.git
2007-12-13 Michael AdamMake cm_connect_sam() try harder to connect autheticated.
2007-12-13 Michael AdamRefactor out assembling of trust creds (pw, account...
2007-12-13 Michael AdamStreamline and fix logic of cm_prepare_connection().
2007-12-13 Michael AdamRefactoring out get_schannel_session_key logic.
2007-12-13 Michael AdamPass NULL instead of unneeded &sid: pdb_get_trusteddom_...
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
2007-12-13 Michael AdamExport logic of get_trust_pw() to new function get_trus...
2007-12-13 Michael AdamRefactor the lagacy part of secrets_fetch_trust_account...
2007-12-13 Michael AdamLet get_trust_pw() determine the machine_account_name...
2007-12-13 Michael AdamStreamline logic in cm_connect_netlogon()
2007-12-13 Michael AdamIn cm_prepare_connection(), only get auth user creds...
2007-12-13 Michael AdamRemove two unneeded functions.
2007-12-13 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-13 James PeachFix typo.
2007-12-13 James PeachAutoconf support for detecting DNS Service Discovery...
2007-12-13 Jeremy AllisonMissed one strcpy call.
2007-12-13 Jeremy AllisonAdd a portable version of strlcpy and strlcat and convert
2007-12-13 Jeremy AllisonFix bug #4784. Patch from Steve Langasek <vorlon@debian...
2007-12-13 Jeremy AllisonDeveloper doesn't cut it - need #define test for NSS_WR...
2007-12-13 Jeremy AllisonOnly add the non-root escape on !developer.
2007-12-13 Jeremy AllisonFix the buildfarm until I figure out how to allow
2007-12-13 Jeremy AllisonFix bug #3727 with patch from Steve Langasek <vorlon...
2007-12-12 Günther DeschnerMake heimdal and MIT happy when iterating through auth...
2007-12-12 Guenther DeschnerVista SP1-rc1 appears to break against Samba-3.0.27a
2007-12-12 Michael AdamFix logic and prevent segfaults in secrets trustdom...
2007-12-12 Michael AdamFix secrets_store_trusted_domain_password() after pstri...
2007-12-12 Jeremy AllisonAllow cliconnect to loop through multiple ip addresses
2007-12-12 Andreas SchneiderDon't restart winbind if a corrupted tdb is found durin...
2007-12-12 Stefan Metzmacherwinbindd: remove unused WINBINDD_DUMP_MAPS support
2007-12-12 Stefan Metzmacherwinbindd: remove unused WINBINDD_DUAL_NAME2*ID and...
2007-12-11 Günther DeschnerAdd lp_include_registry_globals().
2007-12-11 Günther DeschnerSome cleanups for "net dom join".
2007-12-11 Günther DeschnerAdd split_domain_user() (not to mix with winbind variants).
2007-12-11 Günther DeschnerMake decode_wkssvc_join_password_buffer() return WERRORs.
2007-12-11 Jeremy AllisonFix warning message about data type always true.
2007-12-11 Jeremy AllisonAdd patches for bug #4866 from jiri sasek - Sun Microsy...
2007-12-11 Stefan Metzmacherwinbindd: pass const char *logfile to winbindd_dump_map...
2007-12-11 Volker LendeckeConvert the posix_pending_close_db to dbwrap_rbt
2007-12-11 Volker Lendeckeseparate out create_file_unixpath()
2007-12-11 Volker LendeckeMove more stuff out of the way
2007-12-11 Volker LendeckeMove INTERNAL_OPEN_ONLY calculation out of the way
2007-12-11 Günther DeschnerWhen building nsswitch, make sure to also build smbcontrol.
2007-12-11 Günther DeschnerReplace "unknown" with access_mask when calling samr_Cr...
2007-12-11 Stefan Metzmacherwinbindd: rename child table struct elements
2007-12-11 Stefan Metzmacheridmap: add a const to idmap_dump_maps()
2007-12-11 Kai Blinvlp: Build vlp (virtual line printer) against current...
2007-12-10 Jeremy AllisonDon't need an fstring here, we can talloc.
2007-12-10 Jeremy AllisonEnsure we have a non-null flags. Pointed out by Andreas...
2007-12-10 Jeremy AllisonFix errors from next_token conversion. Spotted by
2007-12-10 Jeremy AllisonFix bug leftover from pstring conversion noticed by...
2007-12-10 Volker LendeckeRemove two completely unnecessary globals
2007-12-10 Jeremy AllisonFix return values for invalid printers. Found by kblin
2007-12-10 Jeremy AllisonForgot build options was generated... fix.
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker Lendeckeuse dbwrap_rbt in loadparm.c
2007-12-10 Volker LendeckeConvert ServiceHash to dbwrap
2007-12-10 Volker Lendeckedbwrap_rbt
2007-12-10 Volker LendeckeMake the Linux rbtrees compile within Samba
2007-12-10 Volker LendeckeAdd rbtree.[ch] from the Linux kernel
2007-12-10 Volker LendeckeAdd db_tdb_fetch
2007-12-10 Volker LendeckeAdd dbwrap bystring service routines
2007-12-10 Volker LendeckeCorrectly unbecome_root() on error
2007-12-10 Volker LendeckeSimplify add_session_user
2007-12-10 Volker LendeckeIncrease debug level
2007-12-10 Volker LendeckeMove stuff from data to text
2007-12-10 Volker Lendeckeint->bool
2007-12-10 Volker LendeckeTiny simplifications
2007-12-10 Volker LendeckeRemove a static
2007-12-10 Volker LendeckeRemove two statics
2007-12-10 Volker Lendeckeremove a static
2007-12-09 Jeremy AllisonMany systems don't have sa_len as part of struct sockaddr.
2007-12-09 James PeachSupport fetching very long server lists with RAP_NetSer...
2007-12-09 James PeachChoose a better default for sockaddr length.
2007-12-09 James PeachSpecifically ask for IP4 addresses if we don't have...
2007-12-09 James PeachMake sure NULL is defined to the IPv6 test doesn't...
2007-12-09 James PeachFix connect(2) callers to use correct sockaddr size.
2007-12-09 James PeachMove load_case_tables() to after logging is set up...
2007-12-09 Volker LendeckeDon't copy the rpc function pointers
2007-12-09 Volker LendeckeC++ warning
2007-12-09 Volker LendeckeGet rid of the msgbuf[1600]
2007-12-08 Volker LendeckeFix C++ warnings
2007-12-08 Volker LendeckeFix two incompatible pointer warnings
2007-12-08 Jeremy AllisonAdd define guards around FSTRING_LEN.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonA requiem for pstring.
2007-12-07 Jeremy AllisonMore null deref fixes.
2007-12-07 Jeremy AllisonMore null deref fixes.
2007-12-07 Jeremy AllisonDon't deref null pointers.
2007-12-07 Jeremy AllisonAfter conversations with Jerry, remove smbctool until...
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonFix call to clistr_pull_talloc.
2007-12-07 Jeremy AllisonDon't double define fstring.
2007-12-07 Jeremy AllisonRemove pstrings completely except for smbctool (what...
2007-12-07 Jeremy AllisonRemove pstring from clitar.c
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Günther DeschnerAdd NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus...
2007-12-07 Volker LendeckeAttempt to fix make test :-)
2007-12-07 Volker LendeckePass only internal oplock request values to create_file
2007-12-07 Volker LendeckeMore parameter shuffling
next