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-01-07
s3: Use the new nbt_getdc in winbindd_cm
Volker Lendecke
1
-23
/
+9
2011-01-07
s3: Use the new nbt_getdc in dsgetdcname()
Volker Lendecke
1
-20
/
+7
2011-01-07
s3: Add nbt_getdc
Volker Lendecke
2
-0
/
+215
2011-01-07
s3: Fix a valgrind error
Volker Lendecke
1
-1
/
+1
2011-01-07
s3: Factor out parse_getdc_response
Volker Lendecke
1
-55
/
+65
2011-01-07
s3: Lift my_mailslot from prep_getdc_request
Volker Lendecke
1
-18
/
+22
2011-01-07
s3: Make name_query use /tmp/.nmbd/unexpected
Volker Lendecke
6
-264
/
+299
2011-01-07
s3: Make node_status_query use /tmp/.nmbd/unexpected
Volker Lendecke
4
-84
/
+191
2011-01-07
s3: Add nb_trans_send/recv
Volker Lendecke
1
-0
/
+197
2011-01-07
s3: Add sock_packet_read
Volker Lendecke
1
-0
/
+215
2011-01-07
s3: Add packet_trn_id()
Volker Lendecke
2
-0
/
+17
2011-01-07
s3: Make nmbd listen on the unexpected socket
Volker Lendecke
3
-0
/
+27
2011-01-07
s3: Basic infrastructure for /tmp/.nmbd/unexpected
Volker Lendecke
2
-0
/
+699
2011-01-07
s4/ldapcmp: Two new options are added to the tool
Zahari Zahariev
1
-40
/
+76
2011-01-07
s3-waf: fix winbind_krb5_locator.so realname.
Günther Deschner
1
-1
/
+1
2011-01-07
s3-waf: make the --with-Xdir options work more like in the classic build.
Günther Deschner
2
-27
/
+26
2011-01-07
s4-ldap_server Allow multiple binds on LDAP server
Andrew Bartlett
1
-0
/
+18
2011-01-06
s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ha...
Günther Deschner
1
-6
/
+21
2011-01-06
lib/addns: move DNS client library to the main directory.
Günther Deschner
13
-5
/
+5
2011-01-06
acl tests: Fix import.
Jelmer Vernooij
1
-4
/
+7
2011-01-06
Use new style objects.
Jelmer Vernooij
1
-1
/
+2
2011-01-06
Remove unused imports.
Jelmer Vernooij
6
-14
/
+7
2011-01-06
tdbrestore: Update to GPLv3+, remove old FSF address.
Jelmer Vernooij
1
-3
/
+2
2011-01-06
s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore.
Günther Deschner
1
-5
/
+1
2011-01-06
s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.
Günther Deschner
1
-2
/
+1
2011-01-06
s3-rpcclient: use dcerpc_dfs_X functions.
Günther Deschner
1
-12
/
+24
2011-01-06
pidl:Samba4/Python: fix memory leak in _ndr_print functions
Stefan Metzmacher
1
-1
/
+6
2011-01-06
pidl/wscript: only warn about grammar file changes
Stefan Metzmacher
1
-4
/
+4
2011-01-05
s3: Fix some nonempty blank lines
Volker Lendecke
1
-26
/
+25
2011-01-05
s4/ldapcmp: Correct fix for creds2
Anatoliy Atanasov
1
-0
/
+3
2011-01-05
Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"
Anatoliy Atanasov
1
-1
/
+1
2011-01-05
Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line"
Anatoliy Atanasov
1
-1
/
+1
2011-01-05
script/autobuild.py: add pidl tests
Stefan Metzmacher
1
-0
/
+9
2011-01-05
script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/
Stefan Metzmacher
1
-1
/
+1
2011-01-05
pidl/wscript: let the developer use the standalone build with yapp
Stefan Metzmacher
1
-10
/
+22
2011-01-05
buildtools/wafsamba: import 'sys' and 'Logs' if we use them
Stefan Metzmacher
7
-7
/
+7
2011-01-05
pidl:Samba4/Python: avoid ';;' in generated C code.
Stefan Metzmacher
1
-1
/
+1
2011-01-05
pidl:Samba4/Python: fix segfault when setting pointers to scalars.
Stefan Metzmacher
1
-0
/
+3
2011-01-05
pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.yp
Stefan Metzmacher
1
-36
/
+36
2011-01-05
pidl: sync idl.yp with the CPP changes
Stefan Metzmacher
1
-2
/
+8
2011-01-05
talloc: change version to 2.0.5 after a critical bugfix
Stefan Metzmacher
2
-1
/
+63
2011-01-05
talloc: fixed a use after free error
Andrew Tridgell
1
-1
/
+16
2011-01-05
talloc: added a test for the use after free Rusty found
Andrew Tridgell
1
-0
/
+17
2011-01-05
upgradeprovision: Fix use of dict.get().
Jelmer Vernooij
1
-11
/
+5
2011-01-05
s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.
Jelmer Vernooij
1
-0
/
+10
2011-01-05
talloc: Clarify error message on access after free.
Jelmer Vernooij
1
-4
/
+4
2011-01-04
s3:build: don't use cli_dssetup.c any more
Stefan Metzmacher
2
-9
/
+4
2011-01-04
s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()
Stefan Metzmacher
1
-2
/
+8
2011-01-04
s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()
Stefan Metzmacher
1
-1
/
+4
2011-01-04
s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.c
Stefan Metzmacher
1
-1
/
+2
[next]