summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2007-10-101-116/+84
* r13591: I really have no idea how this code ever worked. And I haveGerald Carter2007-10-101-19/+22
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-1019-237/+198
* r13589: Make sure we only try to close the tdbsam file in endsampwent() when weGerald Carter2007-10-101-4/+11
* r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2007-10-102-8/+8
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-103-47/+12
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-103-12/+47
* r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke2007-10-101-22/+20
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-1031-917/+831
* r13574: fix build; talloctort.c should not use the TALLOC_FREE() macroGerald Carter2007-10-101-40/+40
* r13573: removing wrepld from SAMBA_3_0. The Samba 4 work is more current and...Gerald Carter2007-10-107-2862/+2
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-1061-267/+268
* r13566: Fix EA support for AIX.Günther Deschner2007-10-103-1/+33
* r13564: Remove trailing backslash. Makes other than GNU make choke on this.James Peach2007-10-101-2/+1
* r13563: Fix bug #3526 found and diagnosed by corinna@vinschen.de.Jeremy Allison2007-10-101-0/+2
* r13559: Fix bug #3522 reported by Sandeep Tamhankar <sandman@electric-cloud.c...Jeremy Allison2007-10-101-6/+0
* r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison2007-10-102-19/+42
* r13556: Ensure that any potential creds operation are protectedJeremy Allison2007-10-101-14/+31
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-108-28/+26
* r13552: Make sure we're using the same name to load the storedJeremy Allison2007-10-101-1/+1
* r13550: remove pdb_guestGerald Carter2007-10-102-161/+0
* r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2007-10-102-51/+51
* r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter2007-10-102-0/+29
* r13546: NSS soname merge from trunkGerald Carter2007-10-101-3/+5
* r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2007-10-103-30/+64
* r13544: -O1 janitor work :-)Volker Lendecke2007-10-101-6/+5
* r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison2007-10-101-2/+2
* r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()Gerald Carter2007-10-101-1/+5
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison2007-10-104-24/+98
* r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison2007-10-101-5/+6
* r13535: Fix #2353 based on a patch by William Jojo.Jeremy Allison2007-10-101-3/+4
* r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison2007-10-101-7/+6
* r13529: No functional, line break changes to let it fit into 80 chares screenLars Müller2007-10-101-8/+9
* r13528: Mention the tools and commandline option names used.Lars Müller2007-10-101-2/+2
* r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller2007-10-101-3/+7
* r13526: Remove superfuous extra spaces at EOL.Lars Müller2007-10-101-8/+8
* r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller2007-10-101-8/+9
* r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller2007-10-104-56/+85
* r13523: Fix indent.Günther Deschner2007-10-101-13/+13
* r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner2007-10-104-45/+132
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2007-10-103-30/+259
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-104-68/+163
* r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke2007-10-101-1/+1
* r13515: Make sure to store the correct domain name in the server affinity cache.Gerald Carter2007-10-101-1/+1
* r13513: Changing defaults:Gerald Carter2007-10-101-16/+2
* r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter2007-10-101-326/+281
* r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter2007-10-101-0/+11
* r13510: plug memory leak in WINS server code.Gerald Carter2007-10-101-0/+5
* r13509: remove unnecessary sql flagsGerald Carter2007-10-101-2/+0
* r13502: Fix error messages for usershares when smbd is notJeremy Allison2007-10-104-20/+53