summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2000-07-18I really didn't like the way generic arrays (lists) wereGerald Carter1-0/+321
2000-07-17Added some debugs.Tim Potter1-13/+27
2000-07-14Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2-206/+3
2000-07-13Uninitialised variables.Tim Potter1-0/+2
2000-07-10Fixed a bug in parsing the command line.Gerald Carter1-1/+1
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+2
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-64/+0
2000-07-10Added some useful debugging stuff.Tim Potter1-10/+66
2000-07-07More rpcclient merge issues:Gerald Carter3-9/+221
2000-07-06Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter1-189/+287
2000-07-06Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter1-0/+2
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