summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-14/+36
* Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
* Fixed compiler warning.Tim Potter2001-05-291-2/+2
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-0/+185
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-24/+27
* Fix for random stream generator.Jeremy Allison2001-05-241-168/+186
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-6/+4
* Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
* Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
* Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison2001-05-101-3/+5
* Added sid_peek_rid() function to return the rid of a sid. Saves muckingTim Potter2001-05-101-0/+13
* Bumped up debug level on set socket options from 3 to 5.Tim Potter2001-05-101-2/+2
* Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter2001-05-071-0/+11
* removed need for scandir in client.cAndrew Tridgell2001-05-071-1/+3
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-21/+0
* fix interfaces.c for aix 3.2.5Andrew Tridgell2001-05-071-2/+0
* Some versions of readline don't have rl_completion_func_t. )-:Tim Potter2001-05-071-2/+1
* Fixed compiler warning.Tim Potter2001-05-071-1/+2
* replace modf so we don't need the math libraryAndrew Tridgell2001-05-061-4/+39
* Merging Gerald's PDC SAM name fix.Jeremy Allison2001-05-031-13/+76
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-5/+5
* Fixed password entry caching bug pointed out by Elrond.Jeremy Allison2001-04-301-14/+25
* don't need slprintf.c any moreAndrew Tridgell2001-04-281-24/+0
* - added test for vasprintfAndrew Tridgell2001-04-283-122/+17
* got asprintf defn rightAndrew Tridgell2001-04-281-11/+12
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* More debug %d -> %u issues.Jeremy Allison2001-04-271-4/+4
* More %d (uid_t) stuff...Jeremy Allison2001-04-271-3/+3
* Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
* added much better snprintf code, plus new function asprintfAndrew Tridgell2001-04-271-734/+714
* Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
* Fix proto's in old code.Jeremy Allison2001-04-211-21/+9
* merge from 2.2Gerald Carter2001-04-201-1/+1
* merge from 2.2Gerald Carter2001-04-191-2/+2
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-39/+4
* Merged Andrew's wfw fix (2).Jeremy Allison2001-04-171-2/+5
* AIX ACLs donated by IBM.Jeremy Allison2001-04-172-4/+988
* Added Darwin guess.Jeremy Allison2001-04-151-88/+93
* Removed one samba-bugs ref. from source.Jeremy Allison2001-04-141-1/+1
* Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-0/+9
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+28
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-0/+24
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-7/+5
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-133-77/+96
* Can't use space in random string used for exec.Jeremy Allison2001-04-121-1/+1
* Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-0/+24
* Merged John's changes.Jeremy Allison2001-04-121-3/+3
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-113-2/+15
* Changed the order of -kPIC and -kpic.Jeremy Allison2001-04-111-4/+6