summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a bug in BlockSignals() for systems that don't haveAndrew Tridgell2000-06-121-4/+2
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-113-11/+21
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-0/+2
* Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison2000-06-091-2/+10
* do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau2000-06-091-1/+1
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-092-13/+20
* added se_access_check.Luke Leighton2000-06-082-0/+281
* 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