index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
winbind
Commit message (
Expand
)
Author
Age
Files
Lines
*
r26435: Remove global_loadparm instance.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
2
-3
/
+3
*
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26333: No more global_loadparm in finddcs.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
2007-12-21
2
-6
/
+12
*
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2007-12-21
1
-0
/
+2
*
r26295: Remove use of global_loadparm for net and wb_pam_auth.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26272: Remove global_loadparm in some more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
2007-12-21
11
-22
/
+30
*
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26235: Avoid global_loadparm.
Jelmer Vernooij
2007-12-21
4
-8
/
+10
*
r26230: Use task-provided loadparm context in a couple more places, avoid loa...
Jelmer Vernooij
2007-12-21
1
-4
/
+4
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-2
/
+6
*
r25454: Use standard bool types in a couple more places.
Jelmer Vernooij
2007-10-10
3
-4
/
+4
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
10
-24
/
+25
*
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
2007-10-10
2
-4
/
+4
*
r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
Stefan Metzmacher
2007-10-10
8
-10
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
10
-2
/
+10
*
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24577: Implement basic getpwent.
Kai Blin
2007-10-10
3
-1
/
+173
*
r24576: Implement endpwent
Kai Blin
2007-10-10
1
-0
/
+7
*
r24575: Implement setpwent
Kai Blin
2007-10-10
4
-2
/
+188
*
r24574: Fix a warning in wb_samba3_cmd.c
Kai Blin
2007-10-10
1
-1
/
+1
*
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
2007-10-10
2
-8
/
+8
*
r24556: forgot to commit the winbind/ subdir...sorry
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r24486: Bump another DEBUG to level 5
Kai Blin
2007-10-10
1
-1
/
+1
*
r24483: Implement backend for wbinfo -u (list users)
Kai Blin
2007-10-10
4
-1
/
+248
*
r24480: Bump another DEBUG down to level 5
Kai Blin
2007-10-10
1
-1
/
+1
*
r24397: Bump debug level of sid2(u|g)id calls to 5.
Kai Blin
2007-10-10
1
-3
/
+3
*
r24396: Fix a typo.
Kai Blin
2007-10-10
1
-3
/
+3
*
r24395: Add check if talloc_strdup worked.
Kai Blin
2007-10-10
1
-0
/
+1
*
r24376: Missed this file from the checkin, sorry.
Kai Blin
2007-10-10
1
-0
/
+78
*
r24375: Implement backend for wbinfo --uid-infp (getpwuid)
Kai Blin
2007-10-10
3
-1
/
+233
*
r24373: Implement backend for wbinfo -G (gid2sid)
Kai Blin
2007-10-10
3
-2
/
+50
*
r24372: Implement backend for wbinfo -U
Kai Blin
2007-10-10
4
-2
/
+132
*
r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work
Kai Blin
2007-10-10
2
-4
/
+84
*
r24370: Implement wbinfo -i backend (getpwnam)
Kai Blin
2007-10-10
3
-1
/
+226
*
r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call.
Kai Blin
2007-10-10
1
-9
/
+9
*
r24366: Implemet backend for wbinfo -Y, sid2gid
Kai Blin
2007-10-10
2
-0
/
+77
*
r24365: Implemet backend for wbinfo -S, sid2uid
Kai Blin
2007-10-10
2
-0
/
+79
*
r24364: Remove sync call from name2domain, bump debug level to 5
Kai Blin
2007-10-10
1
-13
/
+3
*
r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6...
Kai Blin
2007-10-10
1
-1
/
+1
*
r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r24112: Complete initialistion of the libnet_ctx when setting up the domain.
Andrew Bartlett
2007-10-10
1
-0
/
+4
*
r24111: Untested code is broken code, untested code is broken code...
Andrew Bartlett
2007-10-10
2
-2
/
+2
[next]