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
/
source4
/
torture
/
gentest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15201: Use abs() rather then ABS()
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r14980: fixed several IBM checker errors in gentest and masktest
Andrew Tridgell
1
-3
/
+4
2007-10-10
r14539: get rid of a pointless union layer in struct smb_notify
Andrew Tridgell
1
-25
/
+25
2007-10-10
r14527: Fix build problems.
Jelmer Vernooij
1
-1
/
+22
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-23
/
+23
2007-10-10
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
1
-0
/
+1
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-53
/
+53
2007-10-10
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r12551: fixed oplock serialisation problem in gentest as well
Andrew Tridgell
1
-3
/
+20
2007-10-10
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11633: Fix some more warnings.
Tim Potter
1
-0
/
+13
2007-10-10
r11626: Fix unhandled enum in case statement warnings by noting appropriately
Tim Potter
1
-0
/
+8
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r10315: Remove use of fstring and pstring in dynconfig.c
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r8643: - make lp_configfile() work again
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8273: fixed some memory leaks in smbscript. This required converting
Andrew Tridgell
1
-2
/
+2
2007-10-10
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7530: Simply calling convention of lp_load().
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6531: fixed gentest with new credentials code
Andrew Tridgell
1
-7
/
+16
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-1
/
+3
2007-10-10
r5963: Fix parameter passing for gentest and locktest
Jelmer Vernooij
1
-9
/
+10
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-18
/
+11
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-5
/
+6
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-4
/
+5
2007-10-10
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-2
/
+3
2007-10-10
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3458: more solaris portability fixes, the main one being that we can't use a
Andrew Tridgell
1
-10
/
+10
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3441: some include file cleanups and general housekeeping
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2062: Fix a couple more of the printf warnings (real bugs).
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1676: - improved the handling of username/password in locktest and gentest
Andrew Tridgell
1
-2
/
+6
[next]