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
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-1
/
+1
*
Fix the build on FreeBSD 4.6.2
Volker Lendecke
2008-06-19
1
-4
/
+5
*
Fix Bug #5548 (segfauls in handle_include with %m macro expansion).
Michael Adam
2008-06-18
1
-1
/
+4
*
netapi: use NetUserEnum filter in example code.
Günther Deschner
2008-06-17
1
-1
/
+1
*
netapi: add NetUserEnum filter constants to public headers.
Günther Deschner
2008-06-17
1
-0
/
+6
*
netapi: implement NetUserEnum filters.
Günther Deschner
2008-06-17
1
-1
/
+22
*
netapi: add NetRemoteTOD example code.
Günther Deschner
2008-06-17
2
-1
/
+90
*
netapi: implement NetRemoteTOD().
Günther Deschner
2008-06-17
1
-2
/
+32
*
netapi: make NetRemoteTOD() headers public.
Günther Deschner
2008-06-17
1
-0
/
+31
*
netapi: add NetRemoteTOD() skeleton.
Günther Deschner
2008-06-17
3
-0
/
+67
*
netapi: Fix Bug #5545 (libnetapi_init without $USER)
Günther Deschner
2008-06-17
1
-2
/
+6
*
Fix a handle leak for error returns in ldb_try_load_dso
Volker Lendecke
2008-06-13
1
-1
/
+7
*
Fix max_fd calculation in event_loop_once
Volker Lendecke
2008-06-11
1
-1
/
+1
*
Correctly find a [u]int32_t replacement
Volker Lendecke
2008-06-10
1
-6
/
+15
*
socket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher
2008-06-10
1
-0
/
+8
*
socket_wrapper: sync missing stuff from v4-0-test
Stefan Metzmacher
2008-06-10
5
-8
/
+17
*
Factor out IP marshalling into separate function.
Jelmer Vernooij
2008-06-10
1
-36
/
+43
*
r25783: socket_wrapper: don't include "includes.h"
Stefan Metzmacher
2008-06-10
1
-12
/
+5
*
r23420: try to make the IBM checker happy
Stefan Metzmacher
2008-06-10
1
-3
/
+8
*
r22236: Update to Heimdal's socket_wrapper, which supports IPv6.
Stefan Metzmacher
2008-06-10
1
-161
/
+391
*
r21729: Some more tests
Jelmer Vernooij
2008-06-10
2
-6
/
+29
*
r21671: Add initial simple tests for socket wrapper
Stefan Metzmacher
2008-06-10
3
-1
/
+84
*
r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
Love Hörnquist Åstrand
2008-06-10
1
-0
/
+1
*
r19367: Solaris needs <sys/filio.h> for FIONREAD.
Love Hörnquist Åstrand
2008-06-10
1
-0
/
+1
*
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher
2008-06-09
1
-1
/
+2
*
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher
2008-06-09
1
-4
/
+4
*
netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Günther Deschner
2008-06-05
1
-3
/
+3
*
netdomjoin-gui: fix more gtk runtime warnings.
Günther Deschner
2008-06-05
1
-0
/
+4
*
netdomjoin-gui: disable annoying "reboot now" dialog.
Günther Deschner
2008-06-05
1
-0
/
+4
*
netdomjoin-gui: some minor fixes + hunting down typecast bugs.
Günther Deschner
2008-06-04
1
-11
/
+25
*
util_str: add talloc_asprintf_strlower_m().
Günther Deschner
2008-06-04
1
-0
/
+17
*
netapi: remove unrequired headers.
Günther Deschner
2008-06-04
1
-5
/
+0
*
build: fix build warning.
Günther Deschner
2008-06-03
1
-1
/
+1
*
Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...
Björn Jacke
2008-06-03
1
-1
/
+25
*
netapi: fix some build warnings.
Günther Deschner
2008-06-03
2
-7
/
+7
*
netapi: use libnetapi_samr_lookup_and_open_alias().
Günther Deschner
2008-06-03
1
-127
/
+59
*
netapi: add libnetapi_samr_lookup_and_open_alias().
Günther Deschner
2008-06-03
1
-0
/
+46
*
netapi: use libnetapi_samr_open_builtin_domain().
Günther Deschner
2008-06-03
1
-64
/
+28
*
netapi: add libnetapi_samr_open_builtin_domain().
Günther Deschner
2008-06-03
2
-0
/
+46
*
netapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner
2008-06-03
5
-153
/
+145
*
netapi: add public header for NetLocalGroupSetInfo().
Günther Deschner
2008-06-03
1
-0
/
+24
*
netapi: Implement NetLocalGroupSetInfo().
Günther Deschner
2008-06-03
1
-4
/
+195
*
netapi: add NetLocalGroupSetInfo() example code.
Günther Deschner
2008-06-03
2
-1
/
+135
*
netapi: add NetLocalGroupSetInfo() skeleton.
Günther Deschner
2008-06-03
3
-0
/
+77
*
netapi: implement NetLocalGroupGetInfo().
Günther Deschner
2008-06-03
1
-2
/
+188
*
netapi: add NetLocalGroupGetInfo() example code.
Günther Deschner
2008-06-03
2
-1
/
+119
*
netapi: add NetLocalGroupGetInfo() to public headers.
Günther Deschner
2008-06-03
1
-0
/
+19
*
netapi: add NetLocalGroupGetInfo() skeleton.
Günther Deschner
2008-06-03
3
-1
/
+73
*
netapi: add NetLocalGroupDel() example code.
Günther Deschner
2008-06-03
2
-1
/
+90
*
netapi: add NetLocalGroupDel() to public headers.
Günther Deschner
2008-06-03
1
-0
/
+17
[prev]
[next]