summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2000-07-06Bracked unbracketed macro arguments while looking for another bug.Tim Potter1-2/+2
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2-0/+1395
2000-06-26fixed size alignment in tallocAndrew Tridgell1-2/+2
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-0/+2
2000-06-23lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison1-1/+1
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-48/+3
2000-06-21fixed two minor bugs in new sys_select()Andrew Tridgell1-5/+5
2000-06-19Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison1-1/+1
2000-06-14Merged parse_domain_user() from TNG.Tim Potter1-0/+20
2000-06-13forgot to checkin select.cAndrew Tridgell1-0/+107
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2-109/+4
2000-06-12fixed a bug in BlockSignals() for systems that don't haveAndrew Tridgell1-4/+2
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell3-11/+21
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-0/+2
2000-06-09Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison1-2/+10
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau1-1/+1
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell2-13/+20
2000-06-08added se_access_check.Luke Leighton2-0/+281
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-1/+1
2000-05-31The functionality in this file has been moved into smbd/unix_acls.c in orderJeremy Allison1-679/+0
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-9/+12
2000-05-29don't return a passwd struct for usernames that don'tAndrew Tridgell1-2/+12
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-0/+2
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton1-2/+2
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton1-0/+22
2000-05-27fixed nttrans.cLuke Leighton2-1/+680
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
2000-05-12Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison1-0/+22
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-14/+0
2000-05-10lib/util_unistr.c:Jeremy Allison1-11/+15
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-7/+6
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-08Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison1-0/+2
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-0/+35
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-2/+2
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-102/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison9-10/+42
2000-04-30 - added some error checkingAndrew Tridgell1-1/+1
2000-04-30some cleanupsAndrew Tridgell1-10/+13
2000-04-30we don't need fnmatch.c any moreAndrew Tridgell2-201/+1
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell2-627/+69
2000-04-30YIPEE!!!!!Andrew Tridgell2-1/+147
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
2000-04-24moved the INSURE hook into util.cAndrew Tridgell1-0/+26
2000-04-23don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell1-1/+3
2000-04-23split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell1-14/+29
2000-04-23if using insure then don't close fd 2Andrew Tridgell1-1/+4
2000-04-22return NULL for a zero size memdupAndrew Tridgell1-0/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-19/+12