summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison5-541/+319
2000-06-01Back to building. Now to test with insure.Jeremy Allison8-75/+74
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison13-511/+583
2000-06-01More stuff I cvan't afford to lose. I'm realizing how dependent I amJeremy Allison3-3/+3
2000-06-01Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison1-222/+257
2000-05-31Changed interface to set_nt_acl slightly.Jeremy Allison1-1/+1
2000-05-31Working UNIX -> NT ACL mapper.Jeremy Allison2-446/+409
2000-05-31Fixed interface between new ACLS and nttrans code.Jeremy Allison3-184/+587
2000-05-31The functionality in this file has been moved into smbd/unix_acls.c in orderJeremy Allison1-679/+0
2000-05-31space in front of lp_preexec() causing make proto to not detect this fn.Luke Leighton1-1/+1
2000-05-31messing about.Luke Leighton25-209/+297
2000-05-29if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell1-1/+1