index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-01
Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.
Jeremy Allison
1
-74
/
+95
2000-11-30
Keep syncing up POSIX ACL work...
Jeremy Allison
1
-110
/
+111
2000-11-30
Work in progress, doesn't compile. Adding the POSIX ACL mapping....
Jeremy Allison
1
-22
/
+198
2000-11-28
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...
Jeremy Allison
1
-60
/
+81
2000-11-27
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
1
-0
/
+5
2000-11-27
Fixed messaging so main smbd can get lib/message.c messages.
Jeremy Allison
1
-0
/
+8
2000-11-27
Removed unnessesary init.
Jeremy Allison
1
-1
/
+1
2000-11-24
This should fix Office failing to print to "FILE:".
Jeremy Allison
1
-3
/
+3
2000-11-22
Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...
Jeremy Allison
1
-0
/
+3
2000-11-21
Don't forget to convert into UNIX character set before calling
Jeremy Allison
1
-1
/
+1
2000-11-21
combined 2 if statments which used the same condition
Gerald Carter
1
-3
/
+5
2000-11-21
Fix for off-by-one StrnCpy.
Jeremy Allison
1
-1
/
+1
2000-11-21
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
2
-5
/
+10
2000-11-17
we don't need the separate lp_status() connection records any more
Andrew Tridgell
1
-12
/
+0
2000-11-17
fixed the problem with messages not getting through
Andrew Tridgell
2
-36
/
+27
2000-11-16
Fix from Jim McDonough @ IBM for OS/2 clients.
Jeremy Allison
1
-0
/
+10
2000-11-16
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
7
-104
/
+220
2000-11-14
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
4
-73
/
+141
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
6
-156
/
+168
2000-11-08
More merging of printing stuff from appliance.
Tim Potter
1
-3
/
+3
2000-11-06
Added a VFS version return to init call. Allows smbd to fail an init if
Jeremy Allison
2
-8
/
+16
2000-11-04
Fix for admin user being ignored.
Jeremy Allison
1
-0
/
+1
2000-10-30
Call standard_sub_advanced() after lp_logon_XX() calls.
Jeremy Allison
1
-0
/
+2
2000-10-28
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
3
-90
/
+609
2000-10-26
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
1
-2
/
+0
2000-10-20
Fix for vfs_fstat() crash with new stat code.
Jeremy Allison
1
-0
/
+3
2000-10-19
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
7
-226
/
+199
2000-10-18
Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause
Tim Potter
1
-4
/
+4
2000-10-13
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
3
-15
/
+237
2000-10-12
Ignore SIGUSR2. Terminate nmbd if we have no interfaces.
Jeremy Allison
1
-0
/
+5
2000-10-12
allow "master" smbd to call message_init so it is not killed by messages
Herb Lewis
1
-4
/
+4
2000-10-12
use macros for incrementing profile counters
Herb Lewis
2
-6
/
+2
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
5
-19
/
+134
2000-10-11
Don't initialise groups twice.
Tim Potter
1
-1
/
+0
2000-10-11
Remove duplicate group initialisation function.
Tim Potter
1
-22
/
+0
2000-10-11
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2
-10
/
+0
2000-10-10
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2
-0
/
+10
2000-10-10
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
1
-1
/
+1
2000-10-06
Fixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison
1
-0
/
+16
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
6
-130
/
+169
2000-10-06
global_myname is actually a pstring.
Tim Potter
1
-1
/
+1
2000-10-06
Inlined many of the vfs_XXX calls as macros for speed.
Jeremy Allison
1
-63
/
+0
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
15
-257
/
+469
2000-10-05
Fix for null passwords being allowed bug.
Jeremy Allison
1
-4
/
+8
2000-10-05
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
4
-27
/
+65
2000-10-05
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
1
-47
/
+69
2000-10-05
Added uid and gid to push_sec_ctx() debug.
Tim Potter
1
-2
/
+3
2000-10-04
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
1
-1
/
+2
2000-10-03
Fixes for the fact that UNICODE sizes are no always 2*no of chars when
Jeremy Allison
1
-8
/
+9
2000-10-03
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
4
-6
/
+27
[next]