kai/samba.git
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
2007-12-07 Volker LendeckeRe-arrange create_file() parameters
2007-12-07 Volker LendeckeMake fname arg to create_file a "const char *"
2007-12-07 Volker LendeckeFix two unused variable warnings
2007-12-07 Günther DeschnerAllow to set custom message in wkssvc messagebuffer.
2007-12-07 Günther DeschnerFix build with new werror based pidl rpc.
2007-12-07 Günther DeschnerAdd cmd_wkssvc_messagebuffersend().
2007-12-07 Günther DeschnerAdd getjoininformation to rpcclient.
2007-12-07 Jeremy Allison*Really* fix the no password -N opt :-).
2007-12-07 Jeremy AllisonFix the '-N' option.
2007-12-07 Jeremy AllisonThese should be char *, but replace them with [1024...
2007-12-07 Jeremy AllisonMake all the tools use the proper accessor functions.
2007-12-07 Jeremy AllisonFix typos in auth change.
2007-12-07 Jeremy AllisonMissed smbmnt popt.
2007-12-07 Jeremy AllisonGet closer to building with smbmount. Move parameter...
2007-12-07 Jeremy AllisonAdd popt to binaries in makefile. Hack clitar to compil...
2007-12-07 Jeremy AllisonMake cmdline_auth_info private to lib/popt_common.c...
2007-12-07 Jeremy AllisonFix clidfs.c compile.
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Günther DeschnerAllow to set level in cmd_wkssvc_wkstagetinfo().
2007-12-06 Jeremy AllisonDon't understand this. I have no changes here....
next