summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter2000-07-061-0/+2
* Bracked unbracketed macro arguments while looking for another bug.Tim Potter2000-07-061-2/+2
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-032-0/+1395
* fixed size alignment in tallocAndrew Tridgell2000-06-261-2/+2
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-0/+2
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+1
* lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison2000-06-221-48/+3
* fixed two minor bugs in new sys_select()Andrew Tridgell2000-06-211-5/+5
* Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison2000-06-191-1/+1
* Merged parse_domain_user() from TNG.Tim Potter2000-06-141-0/+20
* forgot to checkin select.cAndrew Tridgell2000-06-131-0/+107
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-122-109/+4
* 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