summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-1/+1
* | The functionality in this file has been moved into smbd/unix_acls.c in orderJeremy Allison2000-05-311-679/+0
* | Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-9/+12
* | don't return a passwd struct for usernames that don'tAndrew Tridgell2000-05-291-2/+12
* | getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-0/+2
* | prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-271-2/+2
* | unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-271-0/+22
* | fixed nttrans.cLuke Leighton2000-05-272-1/+680
* | Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison2000-05-171-4/+2
* | Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison2000-05-121-0/+22
* | use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-14/+0
* | lib/util_unistr.c:Jeremy Allison2000-05-101-11/+15
* | - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-7/+6
* | more merging voodooAndrew Tridgell2000-05-101-0/+4
* | Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison2000-05-081-0/+2
* | a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-0/+35
* | split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-2/+2
* | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-102/+6
* | Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-029-10/+42
* | - added some error checkingAndrew Tridgell2000-04-301-1/+1
* | some cleanupsAndrew Tridgell2000-04-301-10/+13
* | we don't need fnmatch.c any moreAndrew Tridgell2000-04-302-201/+1
* | - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-302-627/+69
* | YIPEE!!!!!Andrew Tridgell2000-04-302-1/+147
* | moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* | Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+0
* | moved the INSURE hook into util.cAndrew Tridgell2000-04-241-0/+26
* | don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell2000-04-231-1/+3
* | split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell2000-04-231-14/+29
* | if using insure then don't close fd 2Andrew Tridgell2000-04-231-1/+4
* | return NULL for a zero size memdupAndrew Tridgell2000-04-221-0/+1
* | This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-19/+12
* | split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-0/+149
* | - got rid of the "passive" optionAndrew Tridgell2000-04-192-77/+54
* | fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-0/+2
* | got rid of some more old configure tests and includesAndrew Tridgell2000-04-171-17/+0
* | moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-172-269/+296
* | converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-0/+23
* | converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-99/+105
* | added fdprintf()Andrew Tridgell2000-04-162-2/+34
* | the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell2000-04-161-0/+64
* | added standard_sub_snum() function for modules that don't haveAndrew Tridgell2000-04-151-1/+8
* | use macros for table boundariesAndrew Tridgell2000-04-151-6/+9
* | a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2000-04-151-9/+39
* | use open() not fopen() on codepage files.Andrew Tridgell2000-04-151-7/+7
* | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-6/+32
* | use interpret_addr2() instead of inet_aton()Andrew Tridgell2000-04-141-1/+1
* | Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-121-34/+1
* | Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-288/+0
* | include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-25/+0