Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
[kai/samba.git] / source3 /
2002-10-03 Andrew BartlettAnother patch from Steve Langasek <vorlon@netexpress...
2002-10-03 Andrew BartlettPatch from Steve Langasek <vorlon@netexpress.net> to...
2002-10-03 Andrew BartlettWe are going to need to track the SAM sequence number...
2002-10-02 Jeremy AllisonMissing break meant getprintprocessordirectory always...
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-02 Jelmer VernooijBe less verbose
2002-10-02 Jelmer VernooijUpdate find_missing_doc.pl:
2002-10-02 Jelmer Vernooijremove text documents in source code (they're now in...
2002-10-02 Jelmer Vernooijstrchr -> strrchr
2002-10-01 Jeremy AllisonDoh ! Lookup name before checking negative cache (the...
2002-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonFix Solaris sendfile detection. Add small fixes to...
2002-10-01 Jeremy AllisonTidy up client error processing.
2002-10-01 Jeremy AllisonFixed typo.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
2002-09-30 Jeremy AllisonFix memory leak in getting DC list. Remember to exclude...
2002-09-30 Jeremy AllisonAdded Solaris sendfile patch + configure tests from...
2002-09-30 Gerald Carterfix logic error in testparm with wins servers
2002-09-30 Volker LendeckeSecond part of my fix -- incorrect merge.
2002-09-30 Jeremy AllisonDon't zero out numwritten before using.... Found by...
2002-09-30 Andrew BartlettFix the compile issue in bin/samtest, and make the...
2002-09-29 Volker LendeckeSome more work on vampire.
2002-09-29 Volker LendeckeWe have to hand out info on Builtin here as well. They...
2002-09-29 Richard SharpeMake sure that variable does not shadow a parameter.
2002-09-29 Andrew BartlettRemove sam/api.c.
2002-09-29 Andrew BartlettUpdates for sam_ads by metze - add the start of domain...
2002-09-28 Jelmer VernooijFix 'plugin' command
2002-09-28 Jelmer VernooijFix typos + report FIXME
2002-09-28 Jelmer VernooijPatch from metze to fix enum_accounts
2002-09-28 John TerpstraFixing path to libsmbclient.h so it never gets crossed...
2002-09-28 Jelmer VernooijInclude ../include/libsmbclient.h instead of just libsm...
2002-09-28 Volker LendeckeOk, hopefully final fix for this one. abartlet told...
2002-09-28 Andrew BartlettTry to compile as much as possible with only ldap,...
2002-09-28 Andrew BartlettForgot to commit this in the patch changing back the...
2002-09-28 Andrew BartlettBack out one of the API changes, now I recall how it...
2002-09-28 Andrew BartlettSecond stab at Volker's 'make shadow passwords work...
2002-09-28 Andrew BartlettAdd the beginings of sam_ads to the tree.
2002-09-28 Volker LendeckeThanks to abartlet I looked at that function a bit...
2002-09-28 Andrew BartlettAdd const.
2002-09-28 Richard SharpeCommit a fix to smbclient so that it will connect to...
2002-09-28 Andrew BartlettThis needs to be #ifdef HAVE_LDAP.
2002-09-28 Andrew BartlettAdd const.
2002-09-27 Andrew BartlettBack our volker's patch as was breaking the build.
2002-09-27 Jeremy AllisonIt turns out that Windows allows delete printer on...
2002-09-27 Jeremy AllisonCheck for security on delete printer was reversed...
2002-09-27 Jeremy AllisonHEAD and APP-HEAD spoolss parsing was out of sync....
2002-09-27 Volker LendeckeTouching somebody else's code again... Sorry, Richard.
2002-09-27 Volker LendeckeSorry to touch such an internal function. But I was...
2002-09-27 Andrew BartlettMove a number of ADS related functions out into utility...
2002-09-27 Volker LendeckeAn example of a group creation command that can handle...
2002-09-27 Andrew BartlettVance picked up a pile of typos etc at the CIFS confern...
2002-09-27 Andrew BartlettMinor updates:
2002-09-27 Andrew BartlettSome small cleanups to the libads code (mainly error...
2002-09-27 Andrew BartlettI missed committing this - all updates to configure...
2002-09-27 Andrew BartlettFix typo
2002-09-27 Andrew BartlettWhen compiled --with-ldapsam, make ldapsam the default...
2002-09-27 Andrew BartlettReadd the 2.2 --with-ldapsam paramaters so as to allow...
2002-09-26 Jeremy AllisonMake explicit the difference between a tdb key with...
2002-09-26 Gerald Cartertagging version as post3.0-HEAD to differentiate from...
2002-09-26 Gerald Carteradd -r to usage output
2002-09-26 Samba Release Accountpreparing for release of 3.0alpha20
2002-09-26 Jelmer VernooijFix segfault in sam_context_enum_domains - reported...
2002-09-26 Jelmer VernooijDon't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..
2002-09-26 Volker LendeckeAdd -r parameter to smbgroupedit. With -r you can manua...
2002-09-26 Andrew BartlettPatch from "Kai Krueger" <kai@kruegernetz.de> to get...
2002-09-26 Simo Sorceforgot include file, sorry
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Jelmer Vernooijnotify user when no {domains,accounts} were found
2002-09-25 Jelmer VernooijAdd samtest command 'enum_accounts' + few typo fixes...
2002-09-25 Jelmer Vernooijadd samtest commands:
2002-09-25 Gerald Carterfix getpass replacement check (i thought I fixed this...
2002-09-25 Andrew BartlettMake it clear what this if statement applies to, and...
2002-09-25 Jelmer Vernooijremove extern for AllowDebugChange since we don't use it
2002-09-25 Andrew BartlettFix the circular dependency that was preventing 'domain...
2002-09-25 Andrew BartlettMetze claims that without this his win2k server gets...
2002-09-25 Andrew BartlettWhenever we deal with adding machine/trusted domain...
2002-09-25 Jelmer VernooijDon't crash when a backend doesn't have a setsampwent...
2002-09-25 Andrew BartlettThis patch from "Stefan (metze) Metzmacher" <metze...
2002-09-25 Jelmer VernooijFix debuglevel command-line argument
2002-09-25 Jelmer VernooijCompile samtest with LIBADS_OBJ and PASSDB_OBJ...
2002-09-25 Jelmer Vernooijsamtest should load smb.conf by default
2002-09-25 Andrew BartlettAt least try to get this function picked up by the...
2002-09-25 Andrew BartlettKill of Get_Pwnam_Modify and smb_getpwnam(). The latte...
2002-09-25 Andrew BartlettAnother patch from metze, towards his work on sam_ads.
2002-09-25 Andrew BartlettHeader files should not include includes.h - therein...
2002-09-25 Andrew BartlettActually pick up the kerberos libs in RedHat - the...
2002-09-25 Andrew BartlettIf adding a user to ldap, make sure we have the 'accoun...
2002-09-25 Andrew BartlettMove to common user token debugging, and ensure we...
2002-09-25 Andrew BartlettAvoid a segfault in net join when you have not done...
2002-09-25 Tim PotterThe security descriptor in a PRINTER_INFO_2 could be...
2002-09-25 Jeremy AllisonMerge of "profile acls" code.
2002-09-25 Gerald Cartermerge from APP_HEAD
2002-09-24 Jeremy AllisonHold lock on NEXTJOB record for a very short time....
2002-09-24 Jeremy AllisonMoved -ve cache check to correct place.
2002-09-24 Jelmer Vernooijenum_domains shouldn't crash when there are no domains...
2002-09-24 Jelmer VernooijFix bug in get_methods_by_name
2002-09-24 Jelmer Vernooij- Don't put pointer to sam_domain_handle in sam_methods...
2002-09-24 Volker LendeckeThis is a first working version of net rpc vampire...
2002-09-23 Tim PotterDon't uppercase the username and domain in a session...
next