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
2009-05-08
s3-samr: Let _samr_TestPrivateFunctionsUser() return not supported.
Günther Deschner
1
-1
/
+0
2009-05-08
s3-samr: Do not return users in _samr_QueryDisplayInfo() for builtin domain.
Günther Deschner
1
-0
/
+5
2009-05-08
s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...
Günther Deschner
3
-29
/
+40
2009-05-08
s3-samr: support some more info levels in samr_SetUserInfo calls.
Günther Deschner
3
-0
/
+468
2009-05-08
s3-samr: support some more info levels in samr_QueryUser calls.
Günther Deschner
1
-0
/
+266
2009-05-08
s3/ldap: also handle DirX return codes
Björn Jacke
1
-0
/
+2
2009-05-08
s3:configure: "test" only takes one "="
Björn Jacke
1
-1
/
+1
2009-05-07
Fix some type-punned warnings
Volker Lendecke
3
-7
/
+13
2009-05-07
Remove a misleading comment
Volker Lendecke
1
-2
/
+0
2009-05-07
Fix some nonempty blank lines
Volker Lendecke
1
-11
/
+10
2009-05-07
Convert lib/wb_reqtrans.c to unix calling conventions
Volker Lendecke
3
-97
/
+113
2009-05-07
Adapt wb_reqtrans to "recent" coding conventions
Volker Lendecke
1
-44
/
+28
2009-05-07
s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().
Günther Deschner
2
-3
/
+2
2009-05-07
Async API needs all parameters to be kept around until sent,
Jeremy Allison
1
-55
/
+15
2009-05-07
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-05-07
Add simple test chaining up sesssetup and tcon
Volker Lendecke
1
-0
/
+53
2009-05-07
Make cli_tcon_andx chainable
Volker Lendecke
2
-15
/
+48
2009-05-07
Make cli_session_setup_guest chainable
Volker Lendecke
2
-9
/
+35
2009-05-07
s3-samr: Fix _samr_Connect5(). In error case it still needs to return empty i...
Günther Deschner
1
-1
/
+2
2009-05-07
s3-rpcclient: rework enumdrivers call a bit to allow queries like win7 does.
Günther Deschner
1
-69
/
+97
2009-05-07
s3-credentials: protect netlogon_creds_server_step() against NULL creds.
Günther Deschner
1
-0
/
+4
2009-05-07
s3-selftest: run RPC-SCHANNEL, RPC-SCHANNEL2 and RPC-BENCH-SCHANNEL1 against ...
Günther Deschner
1
-0
/
+1
2009-05-07
Fix bug 6336: "net groupmap set" segfaults
Volker Lendecke
1
-2
/
+4
2009-05-06
Make cli_setatr async.
Jeremy Allison
7
-8
/
+145
2009-05-06
After getting confirmation from Guenther, add 3 changes we'll
Jeremy Allison
1
-13
/
+23
2009-05-06
Make cli_setattrE async.
Jeremy Allison
4
-31
/
+112
2009-05-06
s3-netlogon: Fix NETLOGON credential chain. Fixes Bug #6099 (Windows 7 joinin...
Günther Deschner
1
-2
/
+6
2009-05-06
Fix Coverity ID 897: REVERSE_INULL
Volker Lendecke
1
-1
/
+1
2009-05-06
s3-rpcclient: print more infolevels in printer and driver info levels.
Günther Deschner
1
-7
/
+238
2009-05-06
s3-printing: fix debug statement in virtual registry layer
Günther Deschner
1
-1
/
+1
2009-05-06
s3-printing: simplify print_queue helper functions and return WERROR.
Günther Deschner
4
-42
/
+23
2009-05-05
Make cli_getatr() async.
Jeremy Allison
6
-36
/
+149
2009-05-05
s3 Reorder loadparm to keep aliases together
Steven Danneman
1
-6
/
+6
2009-05-06
s3:loadparm: handle registry config source in file_list - fixes bug #6320
Michael Adam
1
-34
/
+44
2009-05-05
s3 onefs: Turn up the debug level for non-error cases
tprouty
1
-3
/
+3
2009-05-05
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
3
-8
/
+57
2009-05-05
Make cli_getattrE async.
Jeremy Allison
7
-44
/
+156
2009-05-05
s3:onefs.so Change system function names
Steven Danneman
1
-4
/
+4
2009-05-05
Fix bug 6302: Give the VFS a chance to read from 0-byte files
Volker Lendecke
1
-8
/
+9
2009-05-05
s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...
Günther Deschner
2
-2
/
+2
2009-05-05
s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t...
Günther Deschner
1
-1
/
+1
2009-05-05
s3:loadparm: use the returnvalue of service_ok() in process_smbconf_service().
Michael Adam
1
-1
/
+1
2009-05-04
Turn on POSIX test (small test) on buildfarm.
Jeremy Allison
1
-1
/
+1
2009-05-04
Fix the async calls for the posix_unlink and posix_rmdir.
Jeremy Allison
2
-14
/
+50
2009-05-04
s3:onefs.so fix issue with missing entries when enumerating directories
Steven Danneman
1
-130
/
+75
2009-05-04
s3 torture: Only close if open was successful
Tim Prouty
1
-4
/
+12
2009-05-04
Ensure we use UID-REGRESSION-TEST. It's a very short test.
Jeremy Allison
1
-1
/
+1
2009-05-04
Torture test for bug #6315 - smbd crashes doing vfs_full_audit on IPC$ close ...
Jeremy Allison
1
-2
/
+28
2009-05-04
s3 torture: Fix comparison is always true warning
Tim Prouty
1
-2
/
+2
2009-05-04
Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.
Jeremy Allison
1
-3
/
+44
[prev]
[next]