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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-13
s3-lib make static and remove more _w functions
Andrew Bartlett
2
-16
/
+2
2011-04-13
s3-lib Remove unused #define
Andrew Bartlett
1
-4
/
+0
2011-04-13
s3-lib Remove unused skip_unibuf()
Andrew Bartlett
2
-21
/
+0
2011-04-13
s3-lib: Remove unused _w functions.
Andrew Bartlett
3
-226
/
+1
2011-04-13
s3-lib Correct comment in strlen_w()
Andrew Bartlett
1
-1
/
+1
2011-04-13
s3-lib Remove more unused fstring.c functions
Andrew Bartlett
2
-47
/
+0
2011-04-13
s3-charcnv: make pull_ucs2 static
Andrew Bartlett
2
-2
/
+1
2011-04-13
s3-lib: Remove unused pull_ucs2_fstring()
Andrew Bartlett
2
-5
/
+0
2011-04-13
build: use readelf as a replacement for ldd
Andrew Tridgell
1
-33
/
+77
2011-04-13
libds: Make flag_mapping a library
Andrew Bartlett
1
-3
/
+5
2011-04-13
lib/util make UTIL_TDB a library
Andrew Bartlett
1
-2
/
+3
2011-04-13
libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a library
Andrew Bartlett
5
-22
/
+14
2011-04-13
build: speed up SYMBOLCHECK code
Andrew Tridgell
1
-6
/
+41
2011-04-12
s3: For net ads join, create a krb5.conf
Volker Lendecke
1
-0
/
+5
2011-04-12
s3: Initialize output in libnet_Join
Volker Lendecke
1
-0
/
+2
2011-04-12
s3: Retry the join with the short name
Volker Lendecke
1
-0
/
+5
2011-04-12
s3-util: separate out cmdline helpers.
Günther Deschner
5
-287
/
+314
2011-04-12
s3: add some forward declarations.
Günther Deschner
3
-3
/
+6
2011-04-12
s3-netapi: use dcerpc_try_samr_connects().
Günther Deschner
1
-4
/
+18
2011-04-12
s3-netapi: use libnetapi_get_binding_handle().
Günther Deschner
6
-108
/
+54
2011-04-12
s3-netapi: add libnetapi_get_binding_handle().
Günther Deschner
2
-0
/
+27
2011-04-12
s3-librpc: let librpc/rpc/dcerpc.h include ndr and generated dcerpc headers.
Günther Deschner
1
-0
/
+2
2011-04-12
s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.h
Günther Deschner
6
-80
/
+111
2011-04-12
s3/selftest Tear down the environment if we fail to connect
Andrew Bartlett
1
-12
/
+36
2011-04-11
s3-printing: Use become_user_by_session() function.
Andreas Schneider
1
-3
/
+3
2011-04-11
s3-smbd: Added a become_user_by_session() function.
Andreas Schneider
2
-0
/
+19
2011-04-11
s3-smbd: Added a change_to_user_by_session() function.
Andreas Schneider
2
-74
/
+98
2011-04-11
s3: Wrap creating the svcctl keys in a transaction
Volker Lendecke
1
-0
/
+28
2011-04-11
s3: Make reg_backend_db.h includable by itself
Volker Lendecke
1
-0
/
+1
2011-04-11
s3: Fix Coverity ID 2472, UNINIT
Volker Lendecke
1
-2
/
+1
2011-04-11
s3: Fix Coverity ID 2473, UNINIT
Volker Lendecke
1
-2
/
+1
2011-04-11
s3: Fix timeout calculation in event_add_to_poll_args
Volker Lendecke
1
-1
/
+1
2011-04-11
s3-modules: Fix debug message
Björn Baumbach
1
-1
/
+1
2011-04-09
Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.
Jeremy Allison
1
-51
/
+48
2011-04-08
Subtle change. Microsoft SMB2 tests return different access mask than for SMB...
Jeremy Allison
1
-1
/
+12
2011-04-08
s3:net idmap check: fix output of an invalid record
Michael Adam
1
-1
/
+6
2011-04-08
s3-net: "idmap check" ignore __db_sequence_number__
Gregor Beck
1
-1
/
+7
2011-04-08
talloc/testsuite: avoid memory leak reported by valgrind
Stefan Metzmacher
1
-1
/
+1
2011-04-08
talloc/testsuite: test more talloc_pool related things
Stefan Metzmacher
1
-0
/
+55
2011-04-08
talloc: include valgrind headers if available
Stefan Metzmacher
1
-0
/
+9
2011-04-08
talloc: add TC_INVALIDATE_POOL marco
Stefan Metzmacher
1
-3
/
+38
2011-04-08
talloc: add TC_UNDEFINE_GROW_CHUNK() marco
Stefan Metzmacher
1
-0
/
+21
2011-04-08
talloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
Stefan Metzmacher
1
-0
/
+28
2011-04-08
talloc: add TC_INVALIDATE_FULL_CHUNK() macro
Stefan Metzmacher
1
-12
/
+36
2011-04-08
talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
Stefan Metzmacher
1
-0
/
+12
2011-04-08
talloc: optimize talloc_free() and talloc_realloc() for talloc pools
Stefan Metzmacher
1
-22
/
+138
2011-04-08
talloc: add TC_POOL_FIRST_CHUNK() macro
Stefan Metzmacher
1
-2
/
+5
2011-04-08
talloc: add TC_POOL_SPACE_LEFT() macro
Stefan Metzmacher
1
-2
/
+5
2011-04-08
talloc: add TC_ALIGN16() macro
Stefan Metzmacher
1
-2
/
+3
2011-04-08
talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)
Stefan Metzmacher
1
-1
/
+1
[next]