summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-13/+7
* More work on rpcclient...Gerald Carter2000-07-311-4/+2
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-273-2/+10
* if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell2000-07-251-0/+3
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-211-48/+27
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-33/+85
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-0/+218
* I really didn't like the way generic arrays (lists) wereGerald Carter2000-07-181-0/+321
* Added some debugs.Tim Potter2000-07-171-13/+27
* Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2000-07-142-206/+3
* Uninitialised variables.Tim Potter2000-07-131-0/+2
* Fixed a bug in parsing the command line.Gerald Carter2000-07-101-1/+1
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+2
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-64/+0
* Added some useful debugging stuff.Tim Potter2000-07-101-10/+66
* More rpcclient merge issues:Gerald Carter2000-07-073-9/+221
* Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter2000-07-061-189/+287
* 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