summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-062-0/+68
* build: added statvfs64 testAndrew Tridgell2010-04-061-0/+9
* build: iconv checksAndrew Tridgell2010-04-061-0/+10
* build: check for xattr supportAndrew Tridgell2010-04-061-0/+6
* build: move gettimeofday check to libreplaceAndrew Tridgell2010-04-061-1/+0
* build: added interface checking and nicer snprintf checkingAndrew Tridgell2010-04-061-1/+1
* build: added CHECK_CODE_COMPILES()Andrew Tridgell2010-04-061-0/+2
* build: check xattr and frsizeAndrew Tridgell2010-04-061-0/+5
* build: check signal functionsAndrew Tridgell2010-04-061-0/+2
* build: backtrace and crypt testsAndrew Tridgell2010-04-061-2/+1
* build: check for backtraceAndrew Tridgell2010-04-061-0/+6
* debug: enable talloc loggingAndrew Tridgell2010-04-022-0/+15
* charset: look for the codepages in the right placeAndrew Tridgell2010-03-301-2/+2
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-262-5/+7
* util: on FreeBSD true is in /usr/bin. Use execvp to find itAndrew Tridgell2010-03-261-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-263-27/+29
* convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer2010-03-221-1/+2
* lib/util: add allocate_anonymous_shared()Stefan Metzmacher2010-03-222-0/+33
* Fix an uninitialized variableVolker Lendecke2010-03-211-0/+4
* Use TALLOC_FREE in talloc_pop()Volker Lendecke2010-03-211-2/+1
* Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()Volker Lendecke2010-03-211-7/+5
* Trim an overlong lineVolker Lendecke2010-03-211-2/+2
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-183-13/+39
* talloc_stack: reset stackframe pointers to NULLStefan Metzmacher2010-03-151-0/+2
* talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher2010-03-151-1/+1
* Explain why we don't use certain characters in the generated pwAndrew Bartlett2010-03-111-0/+6
* lib/util - Removed curly braces from generate_random_password().Endi S. Dewata2010-03-111-1/+1
* Move prototype to header of common code for set_sockaddr_portAndrew Bartlett2010-03-111-0/+2
* lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher2010-03-092-146/+188
* s4-privs: add root_privileges_original_uid()Andrew Tridgell2010-03-051-0/+6
* lib/util: add generate_random_password()Stefan Metzmacher2010-02-262-0/+47
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-262-6/+6
* libutil: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* Spelling fixes for libutilBrad Hards2010-02-227-24/+24
* util: added samba_runcmd()Andrew Tridgell2010-02-173-0/+275
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-162-105/+0
* lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell2010-02-141-1/+2
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-141-1/+3
* use ZERO_STRUCTVolker Lendecke2010-02-131-1/+2
* Use ZERO_STRUCTPVolker Lendecke2010-02-131-1/+1
* s3: Fix a typoVolker Lendecke2010-02-131-1/+1
* util: added TYPESAFE_QSORT() macroAndrew Tridgell2010-02-131-0/+38
* s3: Add tdb_data_equalVolker Lendecke2010-02-122-0/+9
* util: added file_compare() utility functionAndrew Tridgell2010-02-112-0/+27
* test:local added LOCAL-DLINKLIST testsuiteAndrew Tridgell2010-02-101-0/+130
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2010-02-052-1/+19
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-024-6/+6