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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-09
fixed missing const on d_printf declaration
Andrew Tridgell
1
-3
/
+3
2001-09-08
convert more code to using d_printf
Andrew Tridgell
7
-564
/
+566
2001-09-07
Change the description on --with-pam_smbpass to make it clearer - some peope
Andrew Bartlett
4
-67
/
+81
2001-09-07
Don't fail if no owner/group owner set. Use existing owners.
Jeremy Allison
1
-3
/
+7
2001-09-07
#ifdef out function when not used.
Jeremy Allison
1
-0
/
+2
2001-09-07
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
8
-155
/
+318
2001-09-06
Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.
Jeremy Allison
2
-94
/
+53
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
19
-28
/
+27
2001-09-06
Fixed O(N^2) talloc loop when allocating printer name memory - fix from
Jeremy Allison
1
-2
/
+2
2001-09-06
- fixed proto.h build on systems using a parallel make
Andrew Tridgell
4
-197
/
+1590
2001-09-06
Converted to NTSTATUS return codes.
Tim Potter
1
-17
/
+92
2001-09-06
Started a cleanup of smbpasswd related stuff. I've created a new file
Tim Potter
8
-156
/
+232
2001-09-06
Removed 18 duplicate #undef entries.
Tim Potter
1
-21
/
+0
2001-09-06
Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.
Tim Potter
1
-1
/
+3
2001-09-06
flush stdout in test logging fns
Andrew Tridgell
2
-0
/
+2
2001-09-06
use a different test tdb name for tdbtest and tdbtorture
Andrew Tridgell
1
-1
/
+1
2001-09-06
actually obey the "use mmap" smb.conf option
Andrew Tridgell
2
-2
/
+6
2001-09-06
Logon workstation checks from Toomas Soome <tsoome@ut.ee>
Tim Potter
1
-9
/
+42
2001-09-06
enable strict locking by default. This will be slow, so now we just
Andrew Tridgell
1
-1
/
+1
2001-09-06
it turns out that XP agrees with the samba head branch over the right
Andrew Tridgell
1
-12
/
+13
2001-09-06
use NTSTATUS not BOOL in do_lock()
Andrew Tridgell
2
-21
/
+24
2001-09-05
Removed unneeded set of delete on close in fsp->share_mode.
Jeremy Allison
1
-7
/
+0
2001-09-05
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
2
-1
/
+21
2001-09-05
2nd DELETE_ON_CLOSE_FLAG fix ...
Andrew Tridgell
1
-3
/
+3
2001-09-05
when you update the share mode in the db you must also update
Andrew Tridgell
1
-0
/
+7
2001-09-05
fixed formatting to make the code vaguely readable. It's still a dogs
Andrew Tridgell
1
-142
/
+143
2001-09-05
add PROFILE_OBJ to nmbd now
Herb Lewis
1
-1
/
+1
2001-09-05
merge profile data changes from 2.2
Herb Lewis
4
-32
/
+101
2001-09-05
always include profile support so you do not need a different binary of
Herb Lewis
1
-5
/
+0
2001-09-05
add profiling stats from 2.2
Herb Lewis
2
-3
/
+383
2001-09-05
variable name changed to --with-profiling-data
Herb Lewis
2
-620
/
+617
2001-09-05
When sending a message via a tdb, it must be open read/write.
Jeremy Allison
1
-1
/
+1
2001-09-05
use cli_is_error() instead of looking in smb_rcls, otherwise NT status
Andrew Tridgell
7
-64
/
+55
2001-09-05
added filename to error_packet()
Andrew Tridgell
2
-11
/
+12
2001-09-05
fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...
Andrew Tridgell
2
-12
/
+12
2001-09-05
more warning fixes on solaris
Andrew Tridgell
8
-11
/
+17
2001-09-05
fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...
Andrew Tridgell
7
-103
/
+100
2001-09-05
Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.c
Tim Potter
1
-0
/
+177
2001-09-05
oh foo
Tim Potter
1
-1
/
+1
2001-09-05
Don't crash if run with no command line arguments. (-:
Tim Potter
1
-1
/
+1
2001-09-05
NFS v2 can return ENOLCK when greater than 31 bit offsets are used.
Jeremy Allison
1
-2
/
+2
2001-09-04
don't do pointer arithmetic on void* (some compilers can't do it)
Andrew Tridgell
1
-1
/
+1
2001-09-04
Fixes to ensure invalid vuids cannot stop oplock breaks.
Jeremy Allison
1
-5
/
+7
2001-09-04
Merge of transfer file code from 2.2, fix for readbraw.
Jeremy Allison
6
-418
/
+327
2001-09-04
fixed compilation of torture
Andrew Tridgell
2
-48
/
+44
2001-09-04
cope with pam being off
Andrew Tridgell
2
-2
/
+2
2001-09-04
a fix for fussy compilers
Andrew Tridgell
1
-1
/
+1
2001-09-04
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
11
-354
/
+330
2001-09-04
Welcome to tpot's exploit world!
Tim Potter
1
-253
/
+413
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
67
-952
/
+1031
[next]