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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix wbcAllocate[GU]id
Volker Lendecke
2007-12-23
1
-12
/
+14
*
Fix wbcPing()
Volker Lendecke
2007-12-23
1
-1
/
+9
*
tiny simplification
Volker Lendecke
2007-12-23
1
-4
/
+0
*
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
2007-12-22
2
-17
/
+30
*
Fix "may be used uninitialized" compiler warnings.
James Peach
2007-12-22
1
-3
/
+3
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
James Peach
2007-12-22
85
-1145
/
+7801
|
\
|
*
Remove redundant connection_struct from check_magic() parameter list.
Michael Adam
2007-12-22
1
-2
/
+3
|
*
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2007-12-22
2
-12
/
+12
|
*
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
2007-12-22
2
-3
/
+3
|
*
Add NT error to debug to try and track this down.
Jeremy Allison
2007-12-21
1
-1
/
+4
|
*
Fix the build of cifs.spnego.
Günther Deschner
2007-12-22
1
-1
/
+1
|
*
Fix net_dom_join & net_dom_unjoin.
Günther Deschner
2007-12-22
1
-19
/
+38
|
*
Fix uninitialized error code in do_unjoin_modify_vals_config().
Günther Deschner
2007-12-22
1
-1
/
+1
|
*
Correct netapi header filename. Thanks Jeremy.
Günther Deschner
2007-12-22
3
-3
/
+3
|
*
Fix install - it was trying to install libnetapi.h whereas
Jeremy Allison
2007-12-21
1
-2
/
+2
|
*
Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we...
Günther Deschner
2007-12-21
1
-0
/
+4
|
*
Fix make test by adding winbind libs to vlp.
Jeremy Allison
2007-12-21
1
-1
/
+1
|
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-12-21
5
-2
/
+44
|
|
\
|
|
*
Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.
Günther Deschner
2007-12-21
5
-2
/
+44
|
*
|
Actually fix the merge.
Jeremy Allison
2007-12-21
1
-5
/
+0
|
*
|
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-12-21
1
-0
/
+5
|
|
\
|
|
|
*
Make sure libnet/libnet_proto.h exists.
Günther Deschner
2007-12-21
1
-1
/
+2
|
*
|
Fix build failure if symlink already exists.
Jeremy Allison
2007-12-21
1
-1
/
+1
|
*
|
Fix const warning.
Jeremy Allison
2007-12-21
1
-5
/
+8
|
*
|
Fix initialization warnings.
Jeremy Allison
2007-12-21
1
-1
/
+1
|
*
|
Fix making the new proto file after a distclean.
Jeremy Allison
2007-12-21
1
-0
/
+1
|
*
|
Fix "make test" using the LD_LIBRARY_PATH for selftest script so
Gerald (Jerry) Carter
2007-12-21
2
-2
/
+7
|
*
|
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Gerald (Jerry) Carter
2007-12-21
2
-5
/
+4
|
*
|
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
2007-12-21
5
-549
/
+393
|
*
|
Add files for new LGPL libwbclient DSO implementing the Winbind client API
Gerald (Jerry) Carter
2007-12-21
17
-58
/
+3136
|
|
/
|
*
Move gtk app to the correct location. Thanks obnox!
Günther Deschner
2007-12-21
1
-0
/
+0
|
*
Move libnetapi examples into subdirs.
Günther Deschner
2007-12-21
6
-7
/
+17
|
*
Gitignore some generated files.
Günther Deschner
2007-12-21
1
-0
/
+2
|
*
Deactive remote join code server side until some last issues are resolved.
Günther Deschner
2007-12-21
1
-0
/
+4
|
*
Add netdomjoin-gui (my first gui application), another libnetapi user.
Günther Deschner
2007-12-21
4
-2
/
+1357
|
*
Add netdomjoin cmd line tool (another libnetapi example).
Günther Deschner
2007-12-21
2
-1
/
+113
|
*
Make sure libnetapi has getdcname support.
Günther Deschner
2007-12-21
1
-1
/
+2
|
*
Add getdc.c, a libnetapi example (incl. Makefile).
Günther Deschner
2007-12-21
3
-1
/
+95
|
*
Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.
Günther Deschner
2007-12-21
2
-0
/
+252
|
*
Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.
Günther Deschner
2007-12-21
1
-46
/
+3
|
*
Add error string for access denied in libnetapi.
Günther Deschner
2007-12-21
1
-0
/
+3
|
*
Remove doubled cli_set_timeout calls from libnetapi.
Günther Deschner
2007-12-21
1
-4
/
+0
|
*
Fix typo.
Günther Deschner
2007-12-21
1
-2
/
+0
|
*
Keep libnetapi_NetX calls static for now.
Günther Deschner
2007-12-21
2
-13
/
+13
|
*
Merge all headers into libnetapi.h.
Günther Deschner
2007-12-21
4
-73
/
+24
|
*
Implement NetServerSetInfo level 1005 in local mode with smbconf registry.
Günther Deschner
2007-12-21
2
-7
/
+53
|
*
Add NetServerGetInfo and NetServerSetInfo (for level 1005).
Günther Deschner
2007-12-21
4
-1
/
+331
|
*
Split out local and remote paths for NetGetJoinInformation.
Günther Deschner
2007-12-21
1
-40
/
+52
|
*
Add libnetapi_errstr().
Günther Deschner
2007-12-21
2
-0
/
+51
|
*
Add support for remote and local unjoining in libnetapi.
Günther Deschner
2007-12-21
1
-5
/
+89
[prev]
[next]