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
2010-08-25
s3-waf: only link in drsuapi client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-build: only link in ntsvcs client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-waf: only link in ntsvcs client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in winreg client code where needed.
Günther Deschner
1
-5
/
+7
2010-08-25
s3-waf: only link in winreg client code where needed.
Günther Deschner
1
-2
/
+5
2010-08-25
s3-build: only link in eventlog client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-build: only link in spoolss client code where needed.
Günther Deschner
2
-10
/
+16
2010-08-25
s3-waf: only link in spoolss client code where needed.
Günther Deschner
1
-5
/
+8
2010-08-25
s3-lsa: separate out init_lsa headers.
Günther Deschner
21
-7
/
+25
2010-08-25
s3:smbd: add nfs quota support to the linux-non-sysquota code
Michael Adam
1
-0
/
+198
2010-08-25
s3:smbd: add a nfs backend for sysquotas.
Michael Adam
5
-0
/
+303
2010-08-25
s3-build: Use a wrapper script to run the tests.
Andreas Schneider
1
-24
/
+5
2010-08-24
s3: Make char_flags and base_reverse const arrays
Volker Lendecke
3
-74
/
+178
2010-08-24
s3: Move "trans_num" to smbd_server_connection
Volker Lendecke
3
-5
/
+4
2010-08-24
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
10
-31
/
+31
2010-08-24
pam: fix unused variable warning
Björn Jacke
1
-1
/
+1
2010-08-24
s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...
Günther Deschner
1
-3
/
+7
2010-08-23
Final part of fix for bug #7636 - winbind internal error, backtrace.
Jeremy Allison
1
-11
/
+18
2010-08-23
s3-dcerpc: Allocate structure members on the right context
Simo Sorce
1
-1
/
+1
2010-08-23
s3: PAM_RHOST and PAM_TTY are enums on FreeBSD
Volker Lendecke
2
-3
/
+26
2010-08-22
s3:pdbtest Fix command name of pdbtest
Andrew Bartlett
1
-1
/
+1
2010-08-22
s3-build: Add a test-buildfarm target to stay UNIX Makefile compatible.
Andreas Schneider
1
-4
/
+2
2010-08-22
s3:param Clarify parameter name on init_globals()
Andrew Bartlett
1
-4
/
+4
2010-08-22
s3: Turn two macros into functions
Volker Lendecke
1
-6
/
+24
2010-08-22
s3: Pass the rhost through smb_pam_accountcheck
Volker Lendecke
5
-8
/
+11
2010-08-22
s3: Rename auth.c:backends to auth_backends
Volker Lendecke
1
-4
/
+4
2010-08-22
s3: Fix some nonemtpy blank lines
Volker Lendecke
2
-12
/
+11
2010-08-22
s3: Move check_access to cgi.c, its only user
Volker Lendecke
3
-82
/
+81
2010-08-22
s3: Replace calls to check_access by allow_access
Volker Lendecke
4
-10
/
+17
2010-08-21
s3: Fix netgrent configure checks for compilers not supporting -Werror-implic...
Kai Blin
1
-1
/
+3
2010-08-21
s3: Fix bug 7635
Volker Lendecke
1
-2
/
+4
2010-08-20
Fix bug 7627 - smbclient ignores "-I" when used with "-L", fails name resolut...
Jeremy Allison
1
-2
/
+3
2010-08-20
Fix const warning.
Jeremy Allison
2
-2
/
+2
2010-08-20
s3: Use sconn->client_id in session_claim
Volker Lendecke
1
-10
/
+2
2010-08-20
s3:librpc: make dcerpc_read_ncacn_packet_send/recv() available
Stefan Metzmacher
1
-0
/
+9
2010-08-20
s3:Makefile.in: use python with -u to disable stdin/out caching
Stefan Metzmacher
1
-1
/
+1
2010-08-20
s3:winbindd: fix error handling in wb_next_grent_fetch_done()
Stefan Metzmacher
1
-1
/
+9
2010-08-20
s3:loadparm: make lp_load_ex static. We have wrappers for external callers.
Michael Adam
2
-14
/
+7
2010-08-19
s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.
Jim McDonough
2
-8
/
+2
2010-08-19
s3-ads: Fix wrong test in if statement
Simo Sorce
2
-1
/
+3
2010-08-19
s3-waf: fix the build.
Günther Deschner
1
-1
/
+1
2010-08-19
s3-cli: fix uninitialized variable.
Günther Deschner
1
-1
/
+1
2010-08-19
s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action().
Günther Deschner
1
-1
/
+1
2010-08-19
s3-libsmb: fix some uninitialized variables.
Günther Deschner
1
-2
/
+2
2010-08-19
-ENOTSUP translates to NT_STATUS_NOT_SUPPORTED
Surbhi Palande
1
-1
/
+3
2010-08-19
s3: Remove smb_pam_accountcheck from the auth modules
Volker Lendecke
3
-32
/
+4
2010-08-18
Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two unders...
Jeremy Allison
1
-1
/
+1
2010-08-18
Fix bug 7563 - Creation of symlink using smbclient is buggy.
Jeremy Allison
1
-13
/
+9
2010-08-18
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2010-08-18
s3-ads: Remove unused wrapper and make function static
Simo Sorce
2
-35
/
+12
[prev]
[next]