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-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
2012-05-14
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
1
-1
/
+1
2012-05-14
move the dbwrap library to the top level
Michael Adam
14
-2812
/
+2
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.c
Michael Adam
1
-1
/
+1
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.c
Michael Adam
1
-2
/
+2
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.c
Michael Adam
1
-6
/
+8
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.c
Michael Adam
1
-6
/
+7
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.c
Michael Adam
1
-9
/
+9
2012-05-13
s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h
Michael Adam
4
-8
/
+7
2012-05-09
s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...
Andrew Bartlett
1
-2
/
+3
2012-05-09
s3-lib: Add const to sys_acl_to_text
Andrew Bartlett
1
-1
/
+1
2012-05-09
s3-lib: Fix indentation in sys_acl_to_text()
Andrew Bartlett
1
-2
/
+2
2012-05-06
s3:idmap_cache: change DEBUG message to level 10
Stefan Metzmacher
1
-1
/
+2
2012-05-02
s3-idmap: remove (now) unused function idmap_cache_set_sid2both()
Andrew Bartlett
2
-25
/
+0
2012-05-02
s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH values
Andrew Bartlett
2
-176
/
+240
2012-05-01
s3:util add sid_check_is_wellknown_builtin()
Christian Ambach
1
-0
/
+27
2012-04-30
s3-lib Add a way to allocate the task_id value in server_id
Andrew Bartlett
1
-0
/
+42
2012-04-24
s3: Fix Coverity ID 2751: REVERSE_INULL
Volker Lendecke
1
-1
/
+1
2012-04-23
s3-dbwrap: A void function can not return a value
Andrew Bartlett
1
-1
/
+1
2012-04-21
s3: Implement db_id for dbwrap_cache
Volker Lendecke
1
-0
/
+9
2012-04-21
s3: Initialize "stored_callback" in dbwrap_cache
Volker Lendecke
1
-0
/
+1
2012-04-20
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam
1
-90
/
+0
2012-04-20
s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...
Stefan Metzmacher
1
-0
/
+3
2012-04-19
s3-g_lock: Use dbwrap_record_watch_send/recv
Volker Lendecke
1
-446
/
+170
2012-04-19
s3-dbwrap: Add dbwrap_record_watch_send/recv
Volker Lendecke
2
-0
/
+529
2012-04-20
s3-dbwrap: Add dbwrap_set_stored_callback
Volker Lendecke
6
-2
/
+47
2012-04-20
s3-dbwrap: Add "db_context" to "db_record"
Volker Lendecke
4
-0
/
+10
2012-04-20
s3-dbwrap: Add dbwrap_db_id
Volker Lendecke
6
-0
/
+50
2012-04-20
s3: Fix msg_channel in the cluster case
Volker Lendecke
1
-3
/
+6
2012-04-19
s3: Fix the build on FreeBSD
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Fix Coverity ID 2743: CHECKED_RETURN
Volker Lendecke
1
-3
/
+6
2012-04-19
s3: Fix Coverity ID 2744: CHECKED_RETURN
Volker Lendecke
1
-1
/
+6
2012-04-19
s3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
Volker Lendecke
1
-11
/
+15
2012-04-19
s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
Volker Lendecke
1
-1
/
+1
2012-04-19
s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
1
-12
/
+0
2012-04-19
s3-dbwrap: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
1
-10
/
+1
2012-04-18
s3-dbwrap: Fix an unused var warning
Volker Lendecke
1
-0
/
+2
2012-04-18
s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common code
Andrew Bartlett
1
-14
/
+31
2012-04-18
s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob
Andrew Bartlett
2
-9
/
+6
[next]