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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2
-4
/
+5
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
2
-2
/
+4
2011-07-19
Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...
Jeremy Allison
2
-2
/
+2
2011-07-19
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
2
-3
/
+3
2011-07-14
s3-lib Remove unused get_cmdline_auth_info_copy
Andrew Bartlett
1
-24
/
+0
2011-07-12
s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...
Björn Baumbach
1
-2
/
+2
2011-07-12
s3:lib: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
1
-2
/
+2
2011-07-08
s3:libsmb: remove unused enum smb_read_errors infrastructure
Stefan Metzmacher
1
-20
/
+0
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
1
-136
/
+0
2011-07-08
s3-lib use True and False in bitmap.c
Andrew Bartlett
1
-7
/
+7
2011-07-06
s3:sharesec: return an error if get_share_security() returns NULL
Stefan Metzmacher
1
-1
/
+1
2011-07-06
s3:sharesec: also initialize pgranted if get_share_security() returns NULL
Stefan Metzmacher
1
-0
/
+3
2011-07-06
s3: Follow the TALLOC_FREE convention in source3
Volker Lendecke
1
-1
/
+1
2011-07-06
s3: Fix Coverity ID 2586 -- NO_EFFECT
Volker Lendecke
1
-1
/
+1
2011-07-05
s3:lib fix non-empty blank lines
Christian Ambach
1
-3
/
+3
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
1
-2
/
+8
2011-07-04
s3-lib Move event_add_idle() to source3/lib/events.c
Andrew Bartlett
1
-1
/
+81
2011-07-04
s3-util: Add a get_remote_hostname() function.
Andreas Schneider
1
-0
/
+108
2011-07-03
s3: Make cli_cm_open return NTSTATUS
Volker Lendecke
1
-7
/
+10
2011-07-02
param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()
Andrew Bartlett
1
-4
/
+4
2011-07-01
s3:smbldap: make smbldap_connect_system self contained
Gregor Beck
1
-6
/
+11
2011-07-01
s3:smbldap: add a destructor to smbldap_state, just in case
Gregor Beck
1
-0
/
+7
2011-07-01
s3:smbldap: let smbldap_free_struct do what it claims to
Gregor Beck
1
-2
/
+1
2011-07-01
s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_close
Gregor Beck
1
-1
/
+2
2011-07-01
s3:smbldap: use smbldap_state as memory context for idle event
Gregor Beck
1
-2
/
+2
2011-06-27
s3:g_lock: g_lock.tdb should not be executable
Christian Ambach
1
-1
/
+2
2011-06-24
s3-param Remove %(DomainSID) support
Andrew Bartlett
1
-102
/
+0
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-2
/
+2
2011-06-21
s3-smbd: longer explanation of smbd_shim code
Andrew Tridgell
1
-2
/
+7
2011-06-21
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
3
-35
/
+97
2011-06-21
lib/util: Use common d_printf() in the whole codebase
Andrew Bartlett
1
-128
/
+0
2011-06-21
lib/util Make unused d_vfprintf() static
Andrew Bartlett
1
-1
/
+1
2011-06-20
Use tevent_req_oom
Volker Lendecke
2
-3
/
+3
2011-06-20
source3/lib/util_tdb.c: operation timeout support for TDB2.
Rusty Russell
1
-0
/
+96
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
8
-11
/
+11
2011-06-20
tdb_compat: use tdb_open_compat.
Rusty Russell
1
-6
/
+11
2011-06-20
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
2
-3
/
+3
2011-06-20
tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.
Rusty Russell
1
-2
/
+10
2011-06-20
tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
Rusty Russell
2
-1
/
+10
2011-06-20
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
1
-6
/
+6
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
3
-4
/
+4
2011-06-20
tdb_chainunlock: ignore return value.
Rusty Russell
2
-8
/
+2
2011-06-20
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
2
-3
/
+3
2011-06-20
tdb_transaction_cancel: ignore return value.
Rusty Russell
3
-18
/
+9
2011-06-20
tdb_transaction_commit: check returns for 0, not -1.
Rusty Russell
2
-5
/
+5
2011-06-20
tdb_store: check returns for 0, not -1.
Rusty Russell
1
-2
/
+2
2011-06-20
tdb_delete: check returns for 0, not -1.
Rusty Russell
1
-3
/
+3
2011-06-20
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
4
-9
/
+9
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2
-2
/
+2
2011-06-20
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
1
-2
/
+4
[next]