Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-21 | a space is a standard valid character in a filename | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 0db79d4a379a502362c230a9019d5d71f5af8e0e) | |||||
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 | |
decode_port_info and decode_printerdriver functions. (This used to be commit bf2d9dd5ba2ecc7e0e1bd17049adee6dd80d807c) | |||||
2002-10-21 | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 4808a95f5f4536774d41bebca76660f010069117) | |||||
2002-10-20 | Added stubs for query/set security descriptors on files. Not even close to | Tim Potter | 1 | -0/+52 | |
working yet. (This used to be commit b7ef2e8b41bd6a7225b9f21c65c42b8ef0f82a32) | |||||
2002-10-19 | Fix full_name for info23 as well. Thanks, Andrew. | Volker Lendecke | 1 | -1/+1 | |
Volker (This used to be commit 382c444225fae54ae577baae8948a64a843a2afc) | |||||
2002-10-19 | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 3 | -9/+33 | |
Volker (This used to be commit 32d6bcf3acefc77873a7241cc0c7e26241a65301) | |||||
2002-10-18 | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 1 | -1/+2 | |
This was causing "wbinfo --sequence" to access past the end of malloced memory. (This used to be commit 4125c582aaf86ee5d92b0c800266543a390aefce) | |||||
2002-10-18 | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 59ecac901a231383bd4cacb326724f786e3d7244) | |||||
2002-10-18 | It seems that I'm meant to be using the helper function here, not the struct | Andrew Bartlett | 1 | -1/+1 | |
directly... Andrew Bartlett (This used to be commit 0abeb8725e8ea53a468d6004457bb7fa89a0f8b2) | |||||
2002-10-18 | Document parameters that have been added in 3.0 | Jelmer Vernooij | 4 | -5/+15 | |
(This used to be commit 1fb6353c39439220465fcce7950511c63e31ea44) | |||||
2002-10-18 | Update for 3.0 (document -B, -s, -n options). Is now current | Jelmer Vernooij | 1 | -1/+30 | |
(This used to be commit 9f388e15b0bef1590c5605f8d7cdeac7c82cd64f) | |||||
2002-10-18 | smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION section | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 28fb5f00c0683ed7af6ea05ac5e005215ad7a7c7) | |||||
2002-10-18 | Try to put some questions from the mailinglist in | Jelmer Vernooij | 1 | -0/+8 | |
(This used to be commit 1bf8ca3c89b5cbbc329f34971d5d2541d3b0265c) | |||||
2002-10-18 | Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of ↵ | Jelmer Vernooij | 2 | -0/+13 | |
all the files I touch!' (This used to be commit e8d7f8eb43e299cbe7f46c91e2040e9d74d693e2) | |||||
2002-10-18 | Document %D. Make a difference between sub_basic and sub_advanced substitutions | Jelmer Vernooij | 1 | -54/+59 | |
(This used to be commit 7fe52d378d7e4ce6381be3544d865088a7659009) | |||||
2002-10-18 | Format objectGUIDs on ads dumps. | Jim McDonough | 2 | -5/+53 | |
(This used to be commit 7eaf7e7115c75e682b1b9368c6f28c60429885e5) | |||||
2002-10-18 | Start to merge the new ACL mapping code from Andreas Gruenbacher ↵ | Jeremy Allison | 2 | -48/+106 | |
<agruen@suse.de>. Jeremy. (This used to be commit f6103f866a5e698ab55fdab1444a14e3d8da16bb) | |||||
2002-10-18 | Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely ↵ | Jelmer Vernooij | 1 | -0/+6 | |
supplied C compiler (which isn't ansi C compatible) (This used to be commit 853558151e0d26a98bf9278b664f98987f17813e) | |||||
2002-10-18 | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 2 | -1/+2 | |
(This used to be commit 06eea39abdb49d9d547707dcb170c988d7276c1d) | |||||
2002-10-18 | Add extra parm to cli_full_connection call. Tim, you should probably look ↵ | Jim McDonough | 1 | -1/+1 | |
at this. (This used to be commit a9f632ed5d3d033849c25efac419b21e830c5069) | |||||
2002-10-18 | Remove note about the howto being in 'htmldocs' - this notice has | Jelmer Vernooij | 1 | -2/+0 | |
been in since 2.2 so people should know by now... (This used to be commit 744615f13f591b334fe85d4285ffbaa11419755c) | |||||
2002-10-18 | Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c. | Jim McDonough | 1 | -1/+2 | |
(This used to be commit 51e0f5c2dd469c59a41822dbda293e59794a7dc4) | |||||
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 10 | -29/+99 | |
that app-head does. Jeremy. (This used to be commit b521abd86b10573ca8f9116907c81e6deb55f049) | |||||
2002-10-17 | Revert changes | Volker Lendecke | 2 | -25/+17 | |
(This used to be commit 975fd17f8af0f03f43995deb3fdd9bd5995a1c92) | |||||
2002-10-17 | Revert changes | Volker Lendecke | 1 | -24/+22 | |
(This used to be commit 84b62f6d96a77ccbc1b4475ab0780a4e4c9d4875) | |||||
2002-10-17 | When unmarshalling a relstr, don't unmarshall the string data if the | Tim Potter | 1 | -0/+3 | |
offset is zero. Previously we were jumping to the start of the parse buffer (i.e offset zero) and reading string data until we hit a terminating NULL. Test case: in a PRINTER_INFO_0 structure, the servername field may be NULL when doing an enumprinters with flags = PRINTER_ENUM_LOCAL. (This used to be commit e62c6bf066c2242aae605ba707c9775b37bcaca3) | |||||
2002-10-17 | Ignore python build directory. | Tim Potter | 1 | -0/+1 | |
(This used to be commit 36681c1c2784ebfe63173a442a193ef22e25c3e3) | |||||
2002-10-17 | Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out | Tim Potter | 1 | -2/+3 | |
of range instead of silently failing. (This used to be commit b5111f47b5cf1820550e17663f983674b67bcaff) | |||||
2002-10-17 | make proto | Tim Potter | 1 | -1/+1 | |
(This used to be commit 86c884c3a129d12dc77332c38484bef78c66440e) | |||||
2002-10-17 | open_pipe_creds() now takes a pipe index instead of a pipe name. | Tim Potter | 5 | -10/+9 | |
(This used to be commit 3a0a30beda4b8be0038c98ccc6f8f01c6dae386a) | |||||
2002-10-17 | Fix for new arguments of cli_nt_session_open() | Tim Potter | 1 | -4/+3 | |
(This used to be commit cfb0c12eb6412c2cc84785c17ab2f6c89916aa56) | |||||
2002-10-16 | Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-). | Jeremy Allison | 1 | -1/+3 | |
Jeremy. (This used to be commit 0d989a911d742ed5eeb874f5b8350b0931f3d9db) | |||||
2002-10-16 | fix from APP_HEAD to commit a re-init'd printer to disk | Gerald Carter | 1 | -0/+6 | |
(This used to be commit 64a159144483457887df2c6d779e6a139dfc6d1f) | |||||
2002-10-16 | No functional change. I'm trying to understand pdb_ldap.c and | Volker Lendecke | 1 | -22/+24 | |
found an unecessary parameter to ldapsam_search_one_user. Volker (This used to be commit a085670c7e3a0ca82df749592fd5c6a86def1d53) | |||||
2002-10-16 | Create group mappings on the fly. | Volker Lendecke | 2 | -17/+25 | |
Volker (This used to be commit e2fc1de34aaf875a7003f9d15d5f8ecf159130fb) | |||||
2002-10-16 | SMB_ASSERT to check list terminates. | Jeremy Allison | 1 | -0/+3 | |
Jeremy (This used to be commit 25f6a9247e88a94cbacdc8fb06dc0d13c53d69bd) | |||||
2002-10-15 | - we need to rescan the trusted domain list regularly to cope with | Andrew Tridgell | 2 | -1/+5 | |
transitive trusts, and trusts that are added while winbindd is running - removed an unnecessary call to time() (This used to be commit 14489ff30bb9eca2c55d36a69c0b45a2db339061) | |||||
2002-10-15 | Change default of max_xmit to match W2K. Ensure NT negprot uses it. | Jeremy Allison | 2 | -2/+4 | |
Jeremy. (This used to be commit e5fbfbcc9dc995b23eb0b46c6f59b03cfe9c02b5) | |||||
2002-10-15 | Fix spelling of background_process. | Jeremy Allison | 2 | -6/+6 | |
Jeremy. (This used to be commit 94fc0ea9f99bc73486ef374a84d2c20ce895ee14) | |||||
2002-10-15 | Change to use sys_read/sys_write. | Jeremy Allison | 1 | -10/+4 | |
Jeremy. (This used to be commit 042890056d5d4128eaaca346e7898ccda860dbe2) | |||||
2002-10-15 | Added cli_set_timeout() call. | Jeremy Allison | 1 | -0/+11 | |
Jeremy. (This used to be commit 94a5c589945ffd4719f7509c162cf994f7914312) | |||||
2002-10-15 | These utilities aren't in HEAD | Jelmer Vernooij | 2 | -632/+0 | |
(This used to be commit 6bfd71ec20aa8eddc3f2878eb1cac57cacc05885) | |||||
2002-10-15 | These utilities are not in HEAD | Jelmer Vernooij | 2 | -239/+0 | |
(This used to be commit aacdde1fcb02bf4982e8175f6dcc8ea8912d3efd) | |||||
2002-10-15 | make_smbcodepage and make_unicodemap are gone in HEAD | Jelmer Vernooij | 2 | -369/+0 | |
(This used to be commit ef40bde4344a19fcc61d6d1719c1c87970445139) | |||||
2002-10-15 | Add info on chpass on *BSD systems (thanks Krzysztof Kowalik ↵ | Jelmer Vernooij | 1 | -0/+6 | |
<kkowalik@uci.agh.edu.pl>) (This used to be commit 5a81ac79dbf40eee3c506cd11d473a1fcfd38df0) | |||||
2002-10-15 | make html | Jelmer Vernooij | 21 | -470/+915 | |
(This used to be commit 39034207567c363a257f0aebd8ef22f15d98f451) | |||||
2002-10-15 | Convert BROWSING-Config.txt to SGML | Jelmer Vernooij | 2 | -72/+141 | |
(This used to be commit 0b34832e33fbd81cec88730d671ca91abe6cc382) | |||||
2002-10-15 | fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard for | Andrew Tridgell | 1 | -4/+2 | |
finding this. (This used to be commit 4ba8608020123a52432e5afaa914e290e4ce8cbf) | |||||
2002-10-15 | merge from app_head to use GMT in job submission notification | Gerald Carter | 1 | -1/+1 | |
(This used to be commit b130c681d2e8e6dcabe8cfd85dd718a294b04233) | |||||
2002-10-14 | Tidyup of file specific access mask bits. | Tim Potter | 1 | -14/+19 | |
Added directory specific access mask bits. (This used to be commit edbd942a8d0edcb5e7cc3086c3d98c6ff1d6cd80) |