summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r14618: add --no-process-group to all server programmsStefan Metzmacher2007-10-101-3/+3
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-102-56/+70
* r14522: sync socket_wrapper code with samba4Stefan Metzmacher2007-10-101-64/+309
* r14462: Fix warning. ber_tag_t is an unsigned int forJeremy Allison2007-10-101-1/+1
* r14454: Janitor for tridge - same code exists in Samba3 and 4.Jeremy Allison2007-10-101-1/+1
* r14432: Give in and grant BUILT\Administrators all privilegesGerald Carter2007-10-102-2/+25
* r14397: Fix deadcode in coverity error #1.Jeremy Allison2007-10-101-7/+8
* r14393: Fix a couple of AIX warnings.Jeremy Allison2007-10-101-1/+0
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-2/+2
* r14345: Fix Coverity #71. We don't currently propagate *any*Jeremy Allison2007-10-101-10/+15
* r14342: Fix coverity #68, resource leak on error path.Jeremy Allison2007-10-101-22/+54
* r14292: Janitor for tridge (samba3 talloc is almost identicalJeremy Allison2007-10-101-3/+19
* r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. ThisJim McDonough2007-10-101-4/+4
* r14249: We've dereferenced the_acl before, no point in checking.Volker Lendecke2007-10-101-1/+1
* r14131: Fix Coverity bug # 127Volker Lendecke2007-10-101-1/+3
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2007-10-101-210/+155
* r14060: Only set the last rebind timestamp when we did rebind after a non-readGünther Deschner2007-10-101-2/+21
* r14020: Coverity bug CID #66. Missing free on error exit.Jeremy Allison2007-10-101-1/+4
* r14002: Quick fix for Coverity CID #12.Jeremy Allison2007-10-101-0/+4
* r13999: Quick fix for Coverity bug #11.Jeremy Allison2007-10-101-1/+7
* r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison2007-10-102-4/+5
* r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison2007-10-101-56/+67
* r13948: Fix the build. Remove rpcclient.h include.Jim McDonough2007-10-101-1/+0
* r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner2007-10-101-0/+187
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-109-94/+125
* r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2007-10-101-3/+3
* r13682: Actually give a developer a prayer of finding out whereJeremy Allison2007-10-101-16/+17
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-101-3/+8
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-101-5/+4
* r13591: I really have no idea how this code ever worked. And I haveGerald Carter2007-10-101-19/+22
* r13574: fix build; talloctort.c should not use the TALLOC_FREE() macroGerald Carter2007-10-101-40/+40
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-108-55/+55
* r13566: Fix EA support for AIX.Günther Deschner2007-10-101-0/+24
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison2007-10-101-12/+13
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2007-10-101-1/+1
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-103-914/+10
* r13460: by popular demand....Gerald Carter2007-10-101-3/+24
* r13427: Fix ctime -> st_ctime.Jeremy Allison2007-10-101-1/+1
* r13423: Write wrapper functions (and configure tests) so we canJeremy Allison2007-10-101-0/+102
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2007-10-101-2/+2
* r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2007-10-101-0/+3
* r13374: new revision of the snprintf replace codeSimo Sorce2007-10-101-176/+580
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-7/+21
* r13316: Let the carnage begin....Gerald Carter2007-10-1019-328/+920
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-11/+9
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-102-8/+8
* r13231: apparently strncat() is converted to strcat() on RH7.3 and similar sy...Gerald Carter2007-10-101-2/+4
* r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter2007-10-101-0/+6
* r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller2007-10-101-0/+6
* r13024: Add is_null_sid.Günther Deschner2007-10-101-0/+6