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
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Remove some redundant code
Volker Lendecke
2012-01-05
1
-5
/
+0
*
s3-winbind: Fix segfault if we can't map the last user.
Andreas Schneider
2012-01-04
1
-0
/
+18
*
s3-winbind: Move finding the domain to it's own function.
Andreas Schneider
2012-01-04
1
-11
/
+21
*
s3: Fix some False/NULL hickups
Volker Lendecke
2011-12-20
1
-2
/
+2
*
s3:idmap_autorid: use less transactions
Christian Ambach
2011-12-16
1
-55
/
+76
*
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
2011-12-12
2
-2
/
+1
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
6
-6
/
+6
*
s3-winbind: Add an update function for winbind cache.
Andreas Schneider
2011-12-03
1
-2
/
+94
*
s3-winbind: Remove unused keys from list.
Andreas Schneider
2011-12-02
1
-2
/
+0
*
s3: Use tevent_req_simple_recv_ntstatus
Volker Lendecke
2011-11-28
1
-6
/
+1
*
s3: user_domain is not used in wb_getpwsid
Volker Lendecke
2011-11-25
1
-7
/
+0
*
s3:winbindd_cm: make use of cli_tree_connect()
Stefan Metzmacher
2011-11-24
1
-1
/
+1
*
s3: Fix wb_next_pwent_fill_done
Volker Lendecke
2011-11-22
1
-1
/
+0
*
s3:winbindd_cm: close sockfd on error in cm_prepare_connection()
Stefan Metzmacher
2011-11-21
1
-0
/
+2
*
s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.
Günther Deschner
2011-11-17
1
-1
/
+1
*
s3-winbindd: no need to globally include ldap headers in winbindd.
Günther Deschner
2011-11-17
2
-2
/
+1
*
s3-winbindd/winbindd_cm.c: remove cli_nt_error()
Björn Baumbach
2011-11-16
1
-8
/
+2
*
s3:winbindd_cm: remove unused ads_status
Stefan Metzmacher
2011-11-16
1
-3
/
+0
*
s3-waf: create a smbldap.so library.
Günther Deschner
2011-11-16
1
-0
/
+1
*
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
2011-11-16
1
-1
/
+3
*
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
2011-11-16
1
-0
/
+1
*
s3-winbind: Don't fail on users without a uid.
Andreas Schneider
2011-11-15
1
-1
/
+19
*
s3-winbind: Make sure the map is clean.
Andreas Schneider
2011-11-15
1
-1
/
+5
*
s3-modules: remove the last "init_module" traces.
Günther Deschner
2011-11-14
2
-4
/
+0
*
s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
2011-11-03
1
-1
/
+1
*
Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.
Jeremy Allison
2011-10-28
1
-2
/
+2
*
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
2011-10-28
6
-6
/
+6
*
idl: Improve MS-PAC IDL
Simo Sorce
2011-10-24
1
-7
/
+7
*
s3:idmap_autorid: add an allocation range to autorid
Christian Ambach
2011-10-21
1
-1
/
+96
*
s3:idmap_autorid: move HWM initialization into a function
Christian Ambach
2011-10-21
1
-17
/
+27
*
s3:idmap_autorid: use strings as parameter for range allocator
Christian Ambach
2011-10-21
1
-14
/
+14
*
s3:winbindd/idmap make idmap modules loadable again
Christian Ambach
2011-10-21
6
-6
/
+6
*
Revert "s3:idmap/autorid add a small alloc pool to autorid"
Christian Ambach
2011-10-21
1
-61
/
+0
*
pdb-interface: Do not use unid_t here
Simo Sorce
2011-10-18
1
-4
/
+5
*
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
Fix bug #8521 - winbindd cache timeout expiry test was reversed
Jeremy Allison
2011-10-12
1
-1
/
+1
*
s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type
Michael Adam
2011-10-11
1
-7
/
+6
*
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
2011-10-11
1
-6
/
+12
*
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
2011-10-11
3
-21
/
+23
*
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
2011-10-11
2
-8
/
+35
*
s3:idmap_tdb2: fix hwm-handling to use uint32 consistently
Michael Adam
2011-10-11
1
-10
/
+12
*
s3:idmap_tdb: fix hwm-handling to use uint32 consistently
Michael Adam
2011-10-11
1
-8
/
+10
*
s3:idmap_autorid: make a debug message more precise
Michael Adam
2011-10-11
1
-1
/
+1
*
s3:idmap_autorid: untangle function from check and log status in idmap_autori...
Michael Adam
2011-10-11
1
-6
/
+7
*
s3:idmap: convert idmap_tdb to use dbwrap wrapper functions.
Michael Adam
2011-10-11
1
-22
/
+34
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
3
-14
/
+16
*
s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
Andrew Tridgell
2011-09-23
1
-0
/
+6
*
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
2011-09-15
1
-1
/
+1
*
Finish commit 8745c70d by Michael Adam.
Jeremy Allison
2011-09-15
1
-5
/
+5
*
s3:winbindd: let wbint handles return NT_STATUS_CONNECTION_DISCONNECTED
Stefan Metzmacher
2011-09-14
1
-2
/
+2
[prev]
[next]