index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4: remove unused rap.h.
Günther Deschner
2010-04-26
1
-358
/
+0
*
s4: rename RAP share_enum_info to share_info.
Günther Deschner
2010-04-26
1
-10
/
+10
*
s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER level
Andrew Tridgell
2010-04-22
2
-6
/
+18
*
Removed more excess looping and fixed problem with incorrect IO flag handling.
Nadezhda Ivanova
2010-04-20
1
-126
/
+81
*
A bit of refactoring in the SD creation code.
Nadezhda Ivanova
2010-04-15
1
-127
/
+71
*
s4-waf: removed a duplicate declaration of python_netbios
Andrew Tridgell
2010-04-15
1
-7
/
+0
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-4
/
+4
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
3
-12
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
5
-0
/
+10
*
s4-waf: install the rest of the headers
Andrew Tridgell
2010-04-06
2
-5
/
+2
*
s4-waf: started adding auto-install of include files
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: waf quicktest nearly works
Andrew Tridgell
2010-04-06
2
-4
/
+4
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
5
-0
/
+138
*
s4-python: Remove convenience macro PyErr_SetStringError.
Jelmer Vernooij
2010-04-04
1
-3
/
+0
*
wbclient/wbclient.c - fix a typo
Matthias Dieter Wallnöfer
2010-03-30
1
-1
/
+1
*
s4:libcli/util/clilsa.c: add explicit check for NTSTATUS r.out.result
Günther Deschner
2010-03-29
1
-3
/
+31
*
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2010-03-26
3
-0
/
+3
*
s4:libcli/wrepl: correctly remove the tstream_context when the connection is ...
Stefan Metzmacher
2010-03-25
1
-1
/
+15
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
1
-1
/
+1
*
Missing include guard in source4/libcli/security/security.h
Jeremy Allison
2010-03-24
1
-0
/
+5
*
error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.
Günther Deschner
2010-03-19
1
-1
/
+1
*
libcli/util: add more NT_STATUS_RPC_* defines
Stefan Metzmacher
2010-03-18
1
-0
/
+8
*
s4:libcli/util/clilsa.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher
2010-03-12
1
-6
/
+6
*
s4:libcli/composite: get rid of composite_continue_rpc()
Stefan Metzmacher
2010-03-12
2
-16
/
+0
*
s4:libcli Use integrated name resolution when connecting SMB
Andrew Bartlett
2010-03-11
2
-38
/
+13
*
s4:libcli/resovle File based lookup module for DNS name types
Andrew Bartlett
2010-03-11
3
-1
/
+153
*
s4:libcli/resolve Use a more robust way to return the string address
Andrew Bartlett
2010-03-11
2
-3
/
+12
*
ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL
Björn Jacke
2010-03-10
1
-1
/
+1
*
s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)
Volker Lendecke
2010-03-09
1
-1
/
+1
*
s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue a...
Stefan Metzmacher
2010-03-07
3
-465
/
+304
*
s4:libcli/wrepl: add wrepl_socket_is_connected()
Stefan Metzmacher
2010-03-07
1
-0
/
+17
*
s4:libcli/wrepl: make struct wrepl_request private to winsrepl.c
Stefan Metzmacher
2010-03-07
2
-29
/
+30
*
s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper
Stefan Metzmacher
2010-03-07
1
-39
/
+118
*
s4:libcli/wrepl: rename enum wrepl_request_state => enum wrepl_request_intern...
Stefan Metzmacher
2010-03-07
1
-2
/
+2
*
s4:libcli/wrepl: move wrepl_request_send/recv => wrepl_request_internal_send/...
Stefan Metzmacher
2010-03-07
1
-6
/
+20
*
s4:libcli/wrepl: add my copyright
Stefan Metzmacher
2010-03-07
2
-0
/
+2
*
s4:libcli/wrepl: convert wrepl_associate_stop_send to tevent_req
Stefan Metzmacher
2010-03-05
1
-28
/
+83
*
s4:libcli/wrepl: convert wrepl_connect_send to tevent_req
Stefan Metzmacher
2010-03-05
1
-65
/
+95
*
s4:libcli/wrepl: convert wrepl_associate_send to tevent_req
Stefan Metzmacher
2010-03-05
1
-36
/
+98
*
s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_req
Stefan Metzmacher
2010-03-05
1
-39
/
+98
*
s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_req
Stefan Metzmacher
2010-03-05
1
-63
/
+142
*
s4:libcli/wrepl: use UTIL_TEVENT
Stefan Metzmacher
2010-03-05
2
-1
/
+2
*
s4:libcli/wrepl: avoid neested named structures
Stefan Metzmacher
2010-03-05
1
-15
/
+19
*
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
2010-03-05
2
-8
/
+7
*
s4-dns-ex: use autoclose on the dns child pipe
Andrew Tridgell
2010-03-05
1
-2
/
+1
*
s4:move the sddl code down to the top level
Michael Adam
2010-03-03
3
-627
/
+2
*
s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB...
Endi S. Dewata
2010-03-02
1
-0
/
+4
*
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
2010-02-26
1
-0
/
+5
*
s4/ldap: Refactor the fix for ldap nested searches
Kamen Mazdrashki
2010-02-17
1
-4
/
+0
*
s4: Switch to S3-style id mapping data types.
Kai Blin
2010-02-11
2
-9
/
+9
[next]