summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-10-101-0/+3
* r22418: Support running under launchd. We abstract the method of obtainingJames Peach2007-10-101-0/+242
* r22394: Remove test directory once we are finished.James Peach2007-10-101-0/+2
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-7/+9
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-7/+13
* r22366: sync lib/talloc/ with samba4Stefan Metzmacher2007-10-104-8/+22
* r22364: sync lib/tdb/ with samba4Stefan Metzmacher2007-10-1010-82/+3300
* r22363: merge from samba4:Stefan Metzmacher2007-10-101-1/+1
* r22320: Be more careful and check for the euid instead of the uid.Lars Müller2007-10-101-1/+1
* r22318: If we're running as non root we might not be able to dump the core fileLars Müller2007-10-101-0/+7
* r22317: add tdb_ prefix to non static functionStefan Metzmacher2007-10-103-8/+8
* r22316: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
* r22315: move tdbback.c content into tdbbackup.cStefan Metzmacher2007-10-103-273/+169
* r22314: use libreplace headersStefan Metzmacher2007-10-101-12/+4
* r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-10-102-0/+35
* r22280: merge from samba4:Stefan Metzmacher2007-10-101-56/+254
* r22276: Fix name -> servicename in messages.cJeremy Allison2007-10-101-1/+1
* r22274: merge from samba4:Stefan Metzmacher2007-10-102-1/+11
* r22271: merge from samba4:Stefan Metzmacher2007-10-102-0/+7
* r22268: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
* r22264: merge from samba4:Stefan Metzmacher2007-10-102-2/+2
* r22254: merge from samba4:Stefan Metzmacher2007-10-101-7/+56
* r22252: merge from samba4:Stefan Metzmacher2007-10-102-1/+7
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-1031-0/+6905
* r22247: merge from samba4:Stefan Metzmacher2007-10-101-1/+0
* r22244: merge from samba4:Stefan Metzmacher2007-10-101-2/+0
* r22240: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-10-101-4/+0
* r22227: merge from samba4:Stefan Metzmacher2007-10-102-1/+24
* r22224: merge from samba4:Stefan Metzmacher2007-10-101-5/+25
* r22221: merge from samba4:Stefan Metzmacher2007-10-1011-15/+1426
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-101-5/+8
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-10-101-0/+3
* r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-10-104-39/+2
* r22113: Fix core dump when configfile in same directory.Jeremy Allison2007-10-101-0/+7
* r22107: Fix typo.James Peach2007-10-101-1/+1
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-103-27/+10
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-10-101-4/+14
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-102-16/+12
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-10-101-6/+56
* r22026: Missed in my last commit, another case where we need to copy, not ref...Andrew Bartlett2007-10-101-1/+1
* r22024: Don't leak, actually use the provided memory context...Andrew Bartlett2007-10-101-1/+1
* r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett2007-10-101-2/+2
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-6/+6
* r22019: Jeremy, this hopefully fixes the build farm currently. But I think we...Volker Lendecke2007-10-101-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-102-4/+55
* r22011: As Metze suggested, use 0xFF 'E' <enc ctx> insteadJeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-106-29/+29
* r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher2007-10-101-2/+2
* r22006: use string_term_tdb_data()...Stefan Metzmacher2007-10-101-2/+1