Trivial extension to 'net' to dump current local idmap.
[tprouty/samba.git] / source /
2003-06-13 Volker LendeckeTrivial extension to 'net' to dump current local idmap.
2003-06-13 Tim PotterRename some uuid functions so as not to conflict with...
2003-06-13 Tim PotterFix shadow variable warning.
2003-06-13 Tim PotterDelete outdated file.
2003-06-12 Volker LendeckeFix for bug#3. Show comments when doing 'net group...
2003-06-12 Volker LendeckeWorking on bug#3. We want all of the aliases, so start...
2003-06-12 Volker LendeckeAndrew's change to make 'security = domain' work again...
2003-06-12 Volker LendeckeFix some misleading debug messages.
2003-06-12 Volker LendeckeGet rid of a const warning.
2003-06-12 Volker LendeckeFix typo found by Vance
2003-06-12 Volker LendeckeAndrew is right, this is probably the wrong approach.
2003-06-11 Volker LendeckeSet the user's primary unix group from usrmgr.exe.
2003-06-11 Volker LendeckeSorry idra for messing around with your stuff, but...
2003-06-11 Simo Sorceavoid races in getting high watermark
2003-06-11 Volker LendeckeFix 'security = domain' without winbind. This stores...
2003-06-11 Andrew Tridgellseveral places in client.c rely in commands[i].name...
2003-06-11 Andrew Tridgelli'm getting rather sick of this
2003-06-11 Andrew Tridgellon AIX FD_ZERO() is defined in terms of bzero(), so...
2003-06-10 Jeremy AllisonAdd in rety loop for query_user_list (from APP_HEAD...
2003-06-10 Jelmer VernooijDon't segfault when -b is specified (fixes debian bug...
2003-06-10 Jeremy AllisonOk, I've tried being Mr. Nice Guy and people (you know...
2003-06-10 Richard SharpeMore updates on editreg.c to bring it better in line...
2003-06-10 Andrew Tridgellremoved editreg from standard build until it is portabl...
2003-06-10 Andrew Tridgellfixed libsmb code to set correct timeout in cli_state...
2003-06-10 Andrew Tridgellfixed smbtorture LOCK1 test to know about the correct...
2003-06-10 Andrew Tridgelluse lp_realm() to find the default realm for 'net ads...
2003-06-10 Andrew Tridgell- fixed the bug that forced us not to use the winbindd...
2003-06-10 Andrew Tridgelluse ZERO_STRUCT() instead of memset
2003-06-10 Andrew Tridgelladded an auth flag that indicates if we should be allow...
2003-06-10 Andrew Tridgelldon't call a function error_message() as that conflicts...
2003-06-10 Andrew Tridgellwhen creating aliased parameters in loadparm.c you...
2003-06-10 Jeremy AllisonMore instrumentation for winbindd.
2003-06-10 Jeremy AllisonInstrument cache with debug statements so I can have...
2003-06-09 Jeremy AllisonAdd some basic DEBUG statements at level 10 so we can...
2003-06-09 Jeremy AllisonFix for crash bug noticed by Luke Howard | PADL Softwar...
2003-06-09 Andrew Tridgellapplied patch from bug#140
2003-06-08 Andrew BartlettFix some memory leaks and extra cache startups/shutdown...
2003-06-08 Andrew BartlettEnforce 'client plaintext auth', 'client lanman auth...
2003-06-08 Andrew BartlettMake sure that we use schannel (if configured) when...
2003-06-08 Andrew BartlettRework our smb signing code again, this factors out...
2003-06-07 Gerald Carterbumping cvs version number to distinguish between SAMBA...
2003-06-07 Gerald Carteradd back the winbind uid/gid parameter but mark them...
2003-06-07 Andrew BartlettTry to fix memory leaks found by valgrind in pdb_ldap...
2003-06-07 Andrew BartlettDon't assume that the SAM knows the unix home directory...
2003-06-06 Herb Lewisget rid of IRIX o32 builds - some libraries (kerberos...
2003-06-06 Herb Lewisremove o32 targets for IRIX. kerberos and ldap librarie...
2003-06-06 Gerald Carterapplying David Lee's climessage patch to make sending...
2003-06-06 Gerald Cartersupport LDAP_EXOP_MODIFY_PASSWORD (not experiemental...
2003-06-06 Gerald Carter* add in David Lee's utmp patch (defaults to on if...
2003-06-06 Herb Lewisget rid of warning about malformed if in Makefile
2003-06-06 Gerald Carterfix build on systems w/o LDAP libs
2003-06-06 Herb Lewisdelete extra PASSDBLIB at beginning
2003-06-06 Herb Lewispdbedit needs PASSDBLIBS
2003-06-06 Gerald Cartercompile error
2003-06-06 Gerald Cartermerge from APP_HEAD. Push negative connection cache
2003-06-06 Gerald Carter* break out more common code used between pdb_ldap...
2003-06-06 Andrew TridgellSMBlockingX timeouts are in units of 2 milliseconds...
2003-06-06 Andrew BartlettNo matter how special this session key is, it's not...
2003-06-06 Jeremy AllisonFix for valgrind - when doing a srvstr_push we must...
2003-06-06 Jeremy AllisonFixup of typos.
2003-06-06 Jelmer VernooijUse filedes as first argument to fsetxattr, not the...
2003-06-06 Jeremy Allisonmetze noticed some conn elements remaining in a VFS_NEXT.
2003-06-06 Jeremy AllisonFix for VFS_NEXT xattr calls (from metze). I will add...
2003-06-06 Andrew Tridgell2 more places where win2003 forces UCS2
2003-06-06 Andrew Tridgell- the ALL_INFO trans2 QFILEINFO level uses a forced...
2003-06-06 Andrew Tridgellmake the allocation_size consistent between trans2...
2003-06-06 Andrew Tridgellfixed a pstrcpy() that is not on a pstring
2003-06-06 Andrew Tridgell- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to...
2003-06-06 Jeremy AllisonFixup the check for attr libraries, used ',' instead...
2003-06-06 Andrew Tridgellfixed the string alignment of the QUERY_EA_SIZE trans2...
2003-06-06 Andrew Tridgellfixed the layout of the FULL_DIRECTORY_INFO trans2...
2003-06-06 Andrew Tridgellremoved the 'valgrind fix' that (although it may well...
2003-06-06 Jeremy AllisonMissed (name) arg in fgetxattr.
2003-06-06 Jeremy AllisonAdded EA operations to VFS layer.
2003-06-05 Jeremy AllisonGet ready for EA code... Add Linux interface.
2003-06-05 Jeremy AllisonNever second guess tridge.... (always talloc an interna...
2003-06-05 Gerald Carterworking draft of the idmap_ldap code.
2003-06-04 Jelmer VernooijAdd some static. Patch by Stefan Metzmacher <metze...
2003-06-04 Alexander BokovoyFix compiler warnings for vfstest. Patch from Stefan...
2003-06-04 Alexander BokovoySync VFS API changes for vfs_nt_*get_acl. Patch from...
2003-06-04 Jeremy AllisonFix for previous checkin. Only use talloc on unmarshall...
2003-06-04 Andrew Tridgellfixed the termination of several trans2 strings
2003-06-04 Andrew Tridgellshouldn't null terminate trans2 qfileinfo all_info...
2003-06-04 Andrew Tridgellfixed the arbitrary 256 limit on the size of aliases...
2003-06-03 Gerald Carteradded idmap_ldap to wrong branch.
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-03 Gerald Carterinitial version of idmap_ldap.c; lots of updates to...
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Jeremy AllisonFix debug message merge.
2003-06-03 Jeremy AllisonMerge change winbindd cache time 15 -> 120 secs.
2003-06-03 Jeremy AllisonMerge DEBUG message on usleep on open.
2003-06-03 Jeremy AllisonRedhat 9 needs an explicit -lattr to be able to add...
2003-06-02 Richard SharpeMore changes to editreg to make it less tetchy.
2003-06-02 Richard SharpeSome fixes for editreg.c, although I see that head...
2003-06-01 Andrew Tridgelladded the COMPRESSION_INFO trans2 QFILEINFO level and...
2003-06-01 Andrew Tridgellfixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO...
2003-05-31 Volker LendeckeFix compile.
2003-05-31 Jeremy AllisonGot us happy running under valgrind again :-).
2003-05-31 Jeremy AllisonFixes to stop valgrind complaining about uninitialised...
next