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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Move help for "net status" to net_status.c
Kai Blin
2008-05-20
3
-13
/
+14
*
net: Move printer help to net_rpc where it's used.
Kai Blin
2008-05-20
3
-34
/
+27
*
net: Split out "net share"
Kai Blin
2008-05-20
7
-51
/
+86
*
net: Split out "net afs"
Kai Blin
2008-05-20
7
-86
/
+139
*
net: Move more utility functions into net_util.c
Kai Blin
2008-05-20
3
-502
/
+503
*
net: Split out "net file"
Kai Blin
2008-05-20
7
-29
/
+66
*
net: Split out "net group"
Kai Blin
2008-05-20
8
-39
/
+75
*
net: Split out "net user"
Kai Blin
2008-05-20
8
-40
/
+77
*
net: Move "net join" handling into a separate file.
Kai Blin
2008-05-20
5
-25
/
+61
*
net: Split out common help functions.
Kai Blin
2008-05-20
6
-35
/
+105
*
net: more whitespace cleanup
Kai Blin
2008-05-20
1
-5
/
+5
*
net: Use true/false instead of True/False.
Kai Blin
2008-05-20
15
-203
/
+203
*
sesssetup.c: Add debug message.
Karolin Seeger
2008-05-20
1
-0
/
+3
*
Remove conn_find_byname now it's no longer used in
Jeremy Allison
2008-05-19
1
-1
/
+0
*
Restructuring of code to fix #5460. Remove search
Jeremy Allison
2008-05-19
2
-38
/
+12
*
Convert messages_local.c to use "struct tdb_wrap"
Volker Lendecke
2008-05-19
1
-15
/
+17
*
Don't block smbcontrol online/offline if !"winbind offline logons"
Volker Lendecke
2008-05-19
1
-14
/
+0
*
If no node number is given, default to the current node in smbcontrol
Volker Lendecke
2008-05-19
1
-1
/
+1
*
Fix some comments to match get_kdc_ip_string()'s behaviour
root
2008-05-19
1
-1
/
+7
*
build: remove the proto_exists target - it is not needed anymore.
Michael Adam
2008-05-19
1
-11
/
+3
*
build: remove the "delheaders" target.
Michael Adam
2008-05-19
1
-6
/
+3
*
build: remove "headers" and "proto" make targets.
Michael Adam
2008-05-19
1
-10
/
+6
*
build: remove mkproto.sh and mkproto.awk
Michael Adam
2008-05-18
2
-217
/
+0
*
build: remove reference to mkproto.sh from Makefile
Michael Adam
2008-05-18
1
-2
/
+0
*
libnet: freeze libnet_proto.h from "make proto"
Michael Adam
2008-05-18
2
-9
/
+47
*
build: freeze passwd_proto.h from "make proto"
Michael Adam
2008-05-18
2
-7
/
+33
*
net: freeze net_proto.h from "make proto"
Michael Adam
2008-05-18
2
-8
/
+475
*
ntlm_auth: freeze ntlm_auth_proto.h from "make proto"
Michael Adam
2008-05-18
2
-8
/
+50
*
smbclient: freeze client_proto.h from "make proto"
Michael Adam
2008-05-18
2
-8
/
+459
*
swat: freeze swat_proto.h from "make proto"
Michael Adam
2008-05-18
2
-8
/
+70
*
winbindd: freeze winbindd_proto.h
Michael Adam
2008-05-18
2
-8
/
+585
*
build: freeze proto.h
Michael Adam
2008-05-18
2
-9
/
+10477
*
configure: Fix comment to match the current iconv check.
Kai Blin
2008-05-18
1
-1
/
+5
*
Factor out generation of an info3 struct from a serversupplied_info
Volker Lendecke
2008-05-17
2
-183
/
+185
*
configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the tests
Stefan Metzmacher
2008-05-17
1
-37
/
+3
*
configure: remove some header checks which are already done by AC_LIBREPLACE_...
Stefan Metzmacher
2008-05-17
1
-4
/
+3
*
lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...
Stefan Metzmacher
2008-05-17
2
-1
/
+1
*
configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIX...
Stefan Metzmacher
2008-05-17
1
-28
/
+0
*
lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET
Stefan Metzmacher
2008-05-17
1
-0
/
+40
*
configure: remove unused configure check for HAVE_WORKING_AF_LOCAL
Stefan Metzmacher
2008-05-17
2
-103
/
+0
*
Simplify fake_file logic
Volker Lendecke
2008-05-16
6
-73
/
+46
*
Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().
Günther Deschner
2008-05-16
1
-20
/
+139
*
libnetjoin: for informational reasons, report forest_name.
Günther Deschner
2008-05-16
4
-0
/
+7
*
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...
Günther Deschner
2008-05-16
1
-1
/
+31
*
net: use the netapi_ctx from the net_context struct.
Günther Deschner
2008-05-16
1
-20
/
+12
*
dsgetdcname: store client sitename for mailslot and cldap replies.
Günther Deschner
2008-05-16
1
-0
/
+6
*
libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
Stefan Metzmacher
2008-05-16
1
-0
/
+13
*
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...
Stefan Metzmacher
2008-05-16
2
-0
/
+5
*
libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
Stefan Metzmacher
2008-05-16
1
-17
/
+18
*
libreplace: include inet_ntoa.o when the system one is broken
Stefan Metzmacher
2008-05-16
1
-2
/
+3
[next]