summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell6-559/+559
2000-06-09the Linux F_GETLEASE value has changedAndrew Tridgell1-1/+1
2000-06-09some templates needed for the new aparser stuffAndrew Tridgell2-0/+27
2000-06-09split some of the irix kernel oplocks code into a functionAndrew Tridgell1-68/+74
2000-06-09free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton1-0/+4
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton4-30/+63
2000-06-09started adding support for relative, plus options for autoalignmentAndrew Tridgell17-42/+421
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton5-415/+444
2000-06-08Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison3-9/+11
2000-06-08Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison1-0/+11
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison5-442/+445
2000-06-08Again, just syncronizing. The a function name was changed in the sllChristopher R. Hertel4-27/+51
2000-06-08Bringing these up to date with what I've got on my site. The fixes includeChristopher R. Hertel6-77/+165
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton5-406/+452
2000-06-08added se_access_check.Luke Leighton3-1/+282
2000-06-08make_sec_acl was passed pointer to static array ace[2], oops.Luke Leighton1-1/+1
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell6-161/+226
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison3-32/+30
2000-06-08Cause printer SD's to be displayed correctly (full control).Jeremy Allison4-11/+15
2000-06-07Fixing get/set of security descriptors.Jeremy Allison8-19/+45
2000-06-06Memory leak fixes.Jeremy Allison4-2/+19
2000-06-06fixed sizeof() typoAndrew Tridgell1-4/+4
2000-06-06fixed!!Andrew Tridgell1-10/+27
2000-06-06Create elements in default, not in read.Jeremy Allison2-3/+10
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison5-20/+37
2000-06-05simple increment bug in uniarray_2_dosarrayAndrew Tridgell1-0/+1
2000-06-05don't ue nasty /proc/locks hack by defaultAndrew Tridgell1-2/+2
2000-06-05added locktest2Andrew Tridgell2-0/+636
2000-06-05fixed a off by one bug in ntforms read from the databaseAndrew Tridgell1-1/+1
2000-06-05added -O (use oplocks) option to locktestAndrew Tridgell1-1/+8
2000-06-04we no longer need the code to cope with setprinter having corruptedAndrew Tridgell1-6/+0
2000-06-04no space was being reserved for the security descriptor in the parseAndrew Tridgell1-3/+8
2000-06-04sec_desc_size() needs to handle a null secdescAndrew Tridgell1-2/+5
2000-06-04some printer parameters are getting corrupted, possibly by the clientAndrew Tridgell1-2/+12
2000-06-04added some debug code to track down pack/unpack problemsAndrew Tridgell1-0/+12
2000-06-04fixed the pack/unpack of the devicemodeAndrew Tridgell2-52/+86
2000-06-04added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell1-10/+9
2000-06-04someone forgot a !Andrew Tridgell1-1/+1
2000-06-03new protosAndrew Tridgell1-2/+3
2000-06-03fixed some ptr declarationsAndrew Tridgell1-2/+2
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-06-03moved secrets fns into secrets.cAndrew Tridgell4-6/+6
2000-06-03added %J and %T to run_print_command()Andrew Tridgell1-17/+25
2000-06-03moved secrets handling into secrets.cAndrew Tridgell3-79/+48
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison3-10/+15
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison4-32/+86
2000-06-02More memory leak fixes.Jeremy Allison1-15/+37
2000-06-02More memory corruption (leaks etc.) fixes.Jeremy Allison2-11/+14
2000-06-02Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2-10/+23
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison6-11/+89