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
2012-06-29
s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() function
Michael Adam
1
-1
/
+4
2012-06-29
s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()
Michael Adam
1
-3
/
+3
2012-06-29
s3:dbrwap_ctdb: remove commented out legacy code
Michael Adam
1
-5
/
+1
2012-06-29
s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdb
Michael Adam
1
-4
/
+3
2012-06-29
Move back to using per-thread credentials on Linux. Fixes the glibc native AI...
Jeremy Allison
1
-9
/
+9
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
3
-66
/
+73
2012-06-28
s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
Volker Lendecke
1
-1
/
+0
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
5
-6
/
+6
2012-06-27
s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...
Gregor Beck
2
-5
/
+19
2012-06-27
s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...
Gregor Beck
1
-6
/
+17
2012-06-22
s3:serverid: don't ignore the result of dbwrap_parse_record()
Stefan Metzmacher
1
-1
/
+6
2012-06-22
dbwrap: dbwrap_local_open()
Rusty Russell
1
-3
/
+3
2012-06-22
dbwrap: remove get_flags().
Rusty Russell
1
-8
/
+0
2012-06-22
util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c
Rusty Russell
1
-81
/
+0
2012-06-21
s3:idmap_cache: also store negative entries for unknown sids
Stefan Metzmacher
1
-0
/
+7
2012-06-21
s3: Use string_term_tdb_data where appropriate
Volker Lendecke
1
-2
/
+1
2012-06-21
s3: Fix const warnings
Volker Lendecke
1
-2
/
+3
2012-06-21
s3:move serverid_equal() to serverid.c
Michael Adam
2
-21
/
+21
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
3
-4
/
+4
2012-06-21
s3:util: remove (now) unused cluster_id_equal()
Michael Adam
1
-6
/
+0
2012-06-21
s3:util: reformat procid_equal() to adhere to coding guidelines
Michael Adam
1
-7
/
+14
2012-06-21
s3:util: also compare the unique_id in procid_equal().
Michael Adam
1
-0
/
+3
2012-06-19
s3: We can depend on pthreadpool now
Volker Lendecke
1
-42
/
+0
2012-06-19
s3: Add a dummy implementation for the pthreadpool API
Volker Lendecke
2
-4
/
+183
2012-06-19
Revert "s3-lib Remove unused sys_fcntl_long()"
Stefan Metzmacher
1
-0
/
+14
2012-06-19
lib/tdb_wrap: use tdb directly, not tdb_compat.
Rusty Russell
1
-1
/
+1
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
3
-115
/
+0
2012-06-16
build: Remove support for non-64bit sendfile()
Andrew Bartlett
1
-87
/
+0
2012-06-15
s3-lib: Fix conversion of lib/events.c to modern tevent names
Andrew Bartlett
1
-2
/
+2
2012-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
1
-6
/
+6
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
1
-2
/
+2
2012-06-15
s3-lib: Convert lib/events.c to modern tevent names
Andrew Bartlett
1
-14
/
+14
2012-06-15
s3:vfs: change files_struct.fnum from int to uint64_t
Michael Adam
1
-1
/
+2
2012-06-15
s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp
Michael Adam
1
-0
/
+28
2012-06-15
s3:lib: elaborate the comment for fsp_str_debug a bit.
Michael Adam
1
-1
/
+1
2012-06-15
s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.
Michael Adam
1
-2
/
+1
2012-06-12
s3: Add --pw-nt-hash to popt_common_credentials
Volker Lendecke
1
-0
/
+5
2012-06-12
s3: Add user_auth_info->use_pw_nt_hash
Volker Lendecke
1
-0
/
+12
2012-06-06
s3:lib: we don't need smbd/proto.h in smbd_shim.c
Stefan Metzmacher
1
-1
/
+0
2012-06-06
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
1
-3
/
+3
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
2
-0
/
+63
2012-06-03
s3-libnetapi: Cope with popt versions without POPT_TABLEEND
Andrew Bartlett
2
-0
/
+8
2012-06-02
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
1
-678
/
+0
2012-05-28
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
1
-2
/
+3
2012-05-24
s3-smbldap: Add API for external callback to perform LDAP bind in smbldap
Alexander Bokovoy
1
-1
/
+19
2012-05-18
s3:idmap_cache: improve checks for format of value string in idmap_cache_find...
Michael Adam
1
-0
/
+15
2012-05-18
s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()
Michael Adam
1
-12
/
+10
2012-05-18
s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()
Michael Adam
1
-5
/
+24
2012-05-15
s3: Remove some unused code
Volker Lendecke
1
-14
/
+0
2012-05-14
lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c
Stefan Metzmacher
1
-11
/
+0
[prev]
[next]