summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Fix our asn.1 parser to handle negative numbers.Jeremy Allison1-0/+9
2010-12-13Fix bso#3185, return false when EOF is encountered in param name.Holger Hetterich1-1/+1
2010-09-25s3: Fix the charset_pull routineVolker Lendecke1-1/+1
2010-04-12lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from co...Björn Jacke2-14/+14
2010-03-31s3: Add tdb_data_equal (cherry picked from commit ebc08b9938a4d266be16ca7e06d...Volker Lendecke2-0/+9
2010-03-15talloc_stack: reset stackframe pointers to NULLStefan Metzmacher1-0/+2
2010-03-15talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher1-1/+1
2010-02-09util: added binsearch.h for binary array searchesAndrew Tridgell1-0/+68
2009-11-13util: str_list_unique() bugfixKamen Mazdrashki1-1/+1
2009-11-13util: str_list_unique_2() test implementationKamen Mazdrashki1-0/+33
2009-11-12lib/util Fix comments in rfc1738.c.Andrew Bartlett1-3/+3
2009-11-12lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett4-69/+71
2009-11-12lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett1-0/+209
2009-10-23util: fixed place where we could look one byte past end of stringAndrew Tridgell1-1/+1
2009-10-19lib-util: check for too many combinations in generate_unique_strs()Andrew Tridgell1-1/+10
2009-10-19util: fixed generate_unique_strs() to be portableAndrew Tridgell1-31/+13
2009-10-11Fix builds with external tdbSimo Sorce1-1/+1
2009-10-09Fix builds with external tallocSimo Sorce1-1/+1
2009-09-27parmlist: Add more tests.Jelmer Vernooij3-3/+92
2009-09-27parmlist: Add basic tests for test_get_int().Jelmer Vernooij1-0/+46
2009-09-27util/parmlist: Add some more comments.Jelmer Vernooij2-4/+36
2009-09-26libutil: Add separate utility code for dealing with settings as aJelmer Vernooij3-0/+102
2009-09-25lib/util: fix build warning.Günther Deschner1-1/+1
2009-09-24Remove the const from the str_list_XXX functions thatJeremy Allison2-24/+24
2009-09-22s4-ldb: added a bunch more debug for DC joinAndrew Tridgell1-2/+3
2009-09-22s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell1-1/+4
2009-09-17spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2-0/+44
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2-21/+46
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2-2/+138
2009-09-10util_strlist: Add some more "const"s - small correctionMatthias Dieter Wallnöfer1-1/+1
2009-09-10util_strlist: Add some more "const"sMatthias Dieter Wallnöfer2-22/+27
2009-09-08lib/util: add unique string generator helper functionSteven Danneman2-0/+69
2009-09-07s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer1-1/+2
2009-09-07s4: Fix "Small memory leak after calling several times lp_update"Inra2-37/+20
2009-09-05util:tests: Correct time tests for negative UTC offsets.Andrew Kroeger1-2/+23
2009-08-27util: fix comment and clarify argument name in DLIST_DEMOTE()Michael Adam1-3/+3
2009-08-24Fix make test.Jeremy Allison1-0/+1
2009-08-11Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou1-1/+1
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2-5/+8
2009-08-05added a uid_wrapper libraryAndrew Tridgell2-0/+3
2009-07-31util/asn1: fix potential memory leak in asn1_write_OID()Stefan Metzmacher1-0/+1
2009-07-25No explicit initialization necessary for a zero blobVolker Lendecke1-3/+1
2009-07-20lib util: Fix const warningTim Prouty1-1/+1
2009-07-19lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.Slava Semushin1-0/+1
2009-07-19Fix broken password quality checkMatthieu Patou2-1/+4
2009-07-01lib/util: fix order of includes in tevent_ntstatus.cMichael Adam1-1/+1
2009-06-29lib/util: fix building tevent_ntstatus without config.hMichael Adam1-1/+0
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2-1/+18
2009-06-29Revert "s4:debug: make setup_logging() a bit more compatible with samba3"Andrew Bartlett1-1/+1
2009-06-29Two patches which fix issues on cross compiling/buildingNathaniel McCallum1-1/+1